g

geode-junit

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
http://geode.incubator.apache.org
The Apache Software License, Version 2.0
文件下载
文件名 操作
geode-junit-1.0.0-incubating.M3.jar 下载
geode-junit-1.0.0-incubating.M3.pom 下载
geode-junit-1.0.0-incubating.M3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geode</groupId>
  <artifactId>geode-junit</artifactId>
  <version>1.0.0-incubating.M3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geode:geode-junit:1.0.0-incubating.M3'
Gradle Kotlin
implementation("org.apache.geode:geode-junit:1.0.0-incubating.M3")
Scala SBT
libraryDependencies += "org.apache.geode" % "geode-junit" % "1.0.0-incubating.M3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geode', module='geode-junit', version='1.0.0-incubating.M3')
)
Apache Ivy
<dependency org="org.apache.geode" name="geode-junit" rev="1.0.0-incubating.M3" />
Leiningen
[org.apache.geode/geode-junit "1.0.0-incubating.M3"]
Apache Buildr
'org.apache.geode:geode-junit:jar:1.0.0-incubating.M3'