Categories |
CategoriesJUnit Unit Testing Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.apache.geode |
ArtifactId | ArtifactIdgeode-junit |
Version | Version1.13.7 |
Type | Typejar |
Filename | Size |
---|---|
geode-junit-1.13.7.pom | |
geode-junit-1.13.7.jar | 642 KB |
geode-junit-1.13.7-sources.jar | 488 KB |
geode-junit-1.13.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geode/geode-junit/ -->
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-junit</artifactId>
<version>1.13.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geode/geode-junit/
implementation 'org.apache.geode:geode-junit:1.13.7'
// https://jarcasting.com/artifacts/org.apache.geode/geode-junit/
implementation ("org.apache.geode:geode-junit:1.13.7")
'org.apache.geode:geode-junit:jar:1.13.7'
<dependency org="org.apache.geode" name="geode-junit" rev="1.13.7">
<artifact name="geode-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geode', module='geode-junit', version='1.13.7')
)
libraryDependencies += "org.apache.geode" % "geode-junit" % "1.13.7"
[org.apache.geode/geode-junit "1.13.7"]