Download geode-core-1.0.0-incubating.M2.jar file - Jar g

Jar examples for g:geode-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 geode-core 1.0.0-incubating.M2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add geode-core-1.0.0-incubating.M2.jar to your project.

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

Download

Click the following link to download the jar file.

geode-core-1.0.0-incubating.M2-javadoc.jar
geode-core-1.0.0-incubating.M2-sources.jar
geode-core-1.0.0-incubating.M2.jar
geode-core-1.0.0-incubating.M2.pom



Related Tutorials