Download gemfire-common-1.0.0-incubating.M1.jar file - Jar g

Jar examples for g:gemfire-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 gemfire-common 1.0.0-incubating.M1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gemfire-common-1.0.0-incubating.M1.jar to your project.

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

Download

Click the following link to download the jar file.

gemfire-common-1.0.0-incubating.M1-javadoc.jar
gemfire-common-1.0.0-incubating.M1-sources.jar
gemfire-common-1.0.0-incubating.M1.jar
gemfire-common-1.0.0-incubating.M1.pom



Related Tutorials