is not current version
Last Version 1.15.0

org.apache.geode:geode-junit 1.12.2

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

Categories

Categories

JUnit Unit Testing Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.apache.geode
ArtifactId

ArtifactId

geode-junit
Version

Version

1.12.2
Type

Type

jar

Download geode-junit 1.12.2


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