Download gemfire-core-1.5.4.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.4 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.4.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials