Download geode-junit-1.1.1.jar file - Jar g

Jar examples for g:geode-junit

Description

Apache Geode (incubating) provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing

You can download jar file geode-junit 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geode-junit-1.1.1.jar to your project.

<dependency>
   <groupId>org.apache.geode</groupId>
   <artifactId>geode-junit</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'org.apache.geode', name: 'geode-junit', version: '1.1.1'
libraryDependencies += "org.apache.geode" % "geode-junit" % "1.1.1"
<dependency org="org.apache.geode" name="geode-junit" rev="1.1.1"/>
@Grapes(@Grab(group='org.apache.geode', module='geode-junit', version='1.1.1'))
'org.apache.geode:geode-junit:jar:1.1.1'

Download

Click the following link to download the jar file.

geode-junit-1.1.1-javadoc.jar
geode-junit-1.1.1-sources.jar
geode-junit-1.1.1.jar
geode-junit-1.1.1.pom



Related Tutorials