Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.apache.geode |
ArtifactId | ArtifactIdgeode-unsafe |
Version | Version1.12.5 |
Type | Typejar |
Filename | Size |
---|---|
geode-unsafe-1.12.5.pom | |
geode-unsafe-1.12.5.jar | 29 KB |
geode-unsafe-1.12.5-sources.jar | 28 KB |
geode-unsafe-1.12.5-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geode/geode-unsafe/ -->
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-unsafe</artifactId>
<version>1.12.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geode/geode-unsafe/
implementation 'org.apache.geode:geode-unsafe:1.12.5'
// https://jarcasting.com/artifacts/org.apache.geode/geode-unsafe/
implementation ("org.apache.geode:geode-unsafe:1.12.5")
'org.apache.geode:geode-unsafe:jar:1.12.5'
<dependency org="org.apache.geode" name="geode-unsafe" rev="1.12.5">
<artifact name="geode-unsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geode', module='geode-unsafe', version='1.12.5')
)
libraryDependencies += "org.apache.geode" % "geode-unsafe" % "1.12.5"
[org.apache.geode/geode-unsafe "1.12.5"]