g

geode-core

Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing
http://geode.apache.org
The Apache Software License, Version 2.0
Files download
File Operation
geode-core-1.7.0.jar download
geode-core-1.7.0.pom download
geode-core-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geode</groupId>
  <artifactId>geode-core</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geode:geode-core:1.7.0'
Gradle Kotlin
implementation("org.apache.geode:geode-core:1.7.0")
Scala SBT
libraryDependencies += "org.apache.geode" % "geode-core" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geode', module='geode-core', version='1.7.0')
)
Apache Ivy
<dependency org="org.apache.geode" name="geode-core" rev="1.7.0" />
Leiningen
[org.apache.geode/geode-core "1.7.0"]
Apache Buildr
'org.apache.geode:geode-core:jar:1.7.0'
Dependencies

compile

|-- org.apache.logging.log4j:log4j-core:2.11.0

|-- antlr:antlr:2.7.7

|-- com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1

|-- org.jgroups:jgroups:3.6.14.Final

|-- com.fasterxml.jackson.core:jackson-annotations:2.9.6

|-- com.fasterxml.jackson.core:jackson-databind:2.9.6

|-- commons-io:commons-io:2.6

|-- commons-validator:commons-validator:1.6

|-- commons-digester:commons-digester:2.1

|-- commons-lang:commons-lang:2.6

|-- commons-modeler:commons-modeler:2.0.1

|-- io.netty:netty-all:4.1.27.Final

|-- it.unimi.dsi:fastutil:8.2.1

|-- javax.mail:javax.mail-api:1.6.1

|-- javax.resource:javax.resource-api:1.7

|-- mx4j:mx4j:3.0.2

|-- mx4j:mx4j-remote:3.0.2

|-- mx4j:mx4j-tools:3.0.1

|-- net.java.dev.jna:jna:4.1.0

|-- net.sf.jopt-simple:jopt-simple:5.0.4

|-- org.apache.logging.log4j:log4j-api:2.11.0

|-- org.eclipse.jetty:jetty-webapp:9.4.8.v20171121

|-- org.springframework:spring-core:4.3.18.RELEASE

|-- org.springframework.shell:spring-shell:1.2.0.RELEASE

|-- org.iq80.snappy:snappy:0.4

|-- org.apache.shiro:shiro-core:1.4.0

|-- io.github.classgraph:classgraph:4.0.6

|-- com.healthmarketscience.rmiio:rmiio:2.1.2

|-- org.apache.geode:geode-common:1.7.0

|-- org.apache.geode:geode-json:1.7.0

test

|-- org.springframework:spring-webmvc:4.3.18.RELEASE

|-- pl.pragmatists:JUnitParams:1.1.0

|-- org.jmock:jmock-junit4:2.8.4

|-- org.jmock:jmock-legacy:2.8.4

|-- org.mockito:mockito-core:2.19.1

|-- org.powermock:powermock-core:2.0.0-beta.5

|-- org.powermock:powermock-module-junit4:2.0.0-beta.5

|-- org.powermock:powermock-api-mockito2:2.0.0-beta.5

|-- org.apache.geode:geode-concurrency-test:1.7.0

|-- org.apache.bcel:bcel:6.2

|-- org.springframework:spring-test:4.3.18.RELEASE

|-- cglib:cglib:3.2.7

|-- commons-collections:commons-collections:3.2.2

|-- commons-configuration:commons-configuration:1.10

|-- com.pholser:junit-quickcheck-generators:0.8.1

|-- com.github.stefanbirkner:system-rules:1.18.0

|-- com.google.code.tempus-fugit:tempus-fugit:1.1

|-- org.awaitility:awaitility:3.1.1

|-- edu.umd.cs.mtc:multithreadedtc:1.01

|-- junit:junit:4.12

|-- org.assertj:assertj-core:3.10.0

|-- org.hamcrest:hamcrest-all:1.3

|-- org.apache.geode:geode-junit:1.7.0

|-- com.pholser:junit-quickcheck-core:0.8.1