is not current version
Last Version 1.15.0

org.apache.geode:geode-junit 1.0.0-incubating.M3

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

Categories

Categories

JUnit Unit Testing Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.apache.geode
ArtifactId

ArtifactId

geode-junit
Version

Version

1.0.0-incubating.M3
Type

Type

jar

Download geode-junit 1.0.0-incubating.M3


<!-- https://jarcasting.com/artifacts/org.apache.geode/geode-junit/ -->
<dependency>
    <groupId>org.apache.geode</groupId>
    <artifactId>geode-junit</artifactId>
    <version>1.0.0-incubating.M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geode/geode-junit/
implementation 'org.apache.geode:geode-junit:1.0.0-incubating.M3'
// https://jarcasting.com/artifacts/org.apache.geode/geode-junit/
implementation ("org.apache.geode:geode-junit:1.0.0-incubating.M3")
'org.apache.geode:geode-junit:jar:1.0.0-incubating.M3'
<dependency org="org.apache.geode" name="geode-junit" rev="1.0.0-incubating.M3">
  <artifact name="geode-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geode', module='geode-junit', version='1.0.0-incubating.M3')
)
libraryDependencies += "org.apache.geode" % "geode-junit" % "1.0.0-incubating.M3"
[org.apache.geode/geode-junit "1.0.0-incubating.M3"]