Download gemfire-core-1.5.5.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.5.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gemfire-core-1.5.5.jar to your project.

<dependency>
   <groupId>io.snappydata</groupId>
   <artifactId>gemfire-core</artifactId>
   <version>1.5.5</version>
</dependency>
compile group: 'io.snappydata', name: 'gemfire-core', version: '1.5.5'
libraryDependencies += "io.snappydata" % "gemfire-core" % "1.5.5"
<dependency org="io.snappydata" name="gemfire-core" rev="1.5.5"/>
@Grapes(@Grab(group='io.snappydata', module='gemfire-core', version='1.5.5'))
'io.snappydata:gemfire-core:jar:1.5.5'

Download

Click the following link to download the jar file.

gemfire-core-1.5.5-javadoc.jar
gemfire-core-1.5.5-sources.jar
gemfire-core-1.5.5.jar
gemfire-core-1.5.5.pom



Related Tutorials