is not current version
Last Version 6.0.0-release

org.datanucleus:datanucleus-json 5.0.0-m1

DataNucleus plugin providing persistence to JSON-based datastores. This includes Amazon S3 and GoogleStorage.

Categories

Categories

Data JSON
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-json
Version

Version

5.0.0-m1
Type

Type

jar

Download datanucleus-json 5.0.0-m1


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