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
文件下载
文件名 操作
geode-core-1.8.0.jar 下载
geode-core-1.8.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.geode</groupId>
  <artifactId>geode-core</artifactId>
  <version>1.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geode:geode-core:1.8.0'
Gradle Kotlin
implementation("org.apache.geode:geode-core:1.8.0")
Scala SBT
libraryDependencies += "org.apache.geode" % "geode-core" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geode', module='geode-core', version='1.8.0')
)
Apache Ivy
<dependency org="org.apache.geode" name="geode-core" rev="1.8.0" />
Leiningen
[org.apache.geode/geode-core "1.8.0"]
Apache Buildr
'org.apache.geode:geode-core:jar:1.8.0'
本项目依赖

compile

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

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

|-- antlr:antlr:2.7.7

|-- 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

|-- javax.activation:activation:1.1.1

|-- javax.xml.bind:jaxb-api:2.2.11

|-- com.sun.xml.bind:jaxb-core:2.2.11

|-- com.sun.xml.bind:jaxb-impl:2.2.11

|-- 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.apache.logging.log4j:log4j-core:2.11.0

|-- org.eclipse.jetty:jetty-webapp:9.4.12.v20180830

|-- 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.8.0

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

runtime

|-- org.fusesource.jansi:jansi:1.17.1

|-- org.slf4j:slf4j-api:1.7.25

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.11.0

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

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