g

geode-http-service

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-http-service-1.14.4.jar 下载
geode-http-service-1.14.4.pom 下载
geode-http-service-1.14.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geode</groupId>
  <artifactId>geode-http-service</artifactId>
  <version>1.14.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geode:geode-http-service:1.14.4'
Gradle Kotlin
implementation("org.apache.geode:geode-http-service:1.14.4")
Scala SBT
libraryDependencies += "org.apache.geode" % "geode-http-service" % "1.14.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geode', module='geode-http-service', version='1.14.4')
)
Apache Ivy
<dependency org="org.apache.geode" name="geode-http-service" rev="1.14.4" />
Leiningen
[org.apache.geode/geode-http-service "1.14.4"]
Apache Buildr
'org.apache.geode:geode-http-service:jar:1.14.4'