is not current version
Last Version 1.8.0

org.apache.geode:geode-json 1.0.0-incubating.M2

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

Geo Business Logic Libraries Geospatial JSON Data
GroupId

GroupId

org.apache.geode
ArtifactId

ArtifactId

geode-json
Version

Version

1.0.0-incubating.M2
Type

Type

jar

Download geode-json 1.0.0-incubating.M2


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