Download geode-common-1.5.0.jar file - Jar g

Jar examples for g:geode-common

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-common 1.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geode-common-1.5.0.jar to your project.

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

Download

Click the following link to download the jar file.

geode-common-1.5.0-javadoc.jar
geode-common-1.5.0-sources.jar
geode-common-1.5.0.jar
geode-common-1.5.0.pom



Related Tutorials