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

Jar examples for g:gemfire-core

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-core 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-core-1.0.0-incubating.M1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials