License |
License |
---|---|
Categories |
CategoriesData JSON |
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-json |
Last Version | Last Version6.0.0-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataNucleus JSON plugin
DataNucleus plugin providing persistence to JSON-based datastores.
This includes Amazon S3 and GoogleStorage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datanucleus-json-6.0.0-release.pom | |
datanucleus-json-6.0.0-release.jar | 88 KB |
datanucleus-json-6.0.0-release-sources.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-json</artifactId>
<version>6.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/
implementation 'org.datanucleus:datanucleus-json:6.0.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/
implementation ("org.datanucleus:datanucleus-json:6.0.0-release")
'org.datanucleus:datanucleus-json:jar:6.0.0-release'
<dependency org="org.datanucleus" name="datanucleus-json" rev="6.0.0-release">
<artifact name="datanucleus-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-json', version='6.0.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-json" % "6.0.0-release"
[org.datanucleus/datanucleus-json "6.0.0-release"]
Group / Artifact | Type | Version |
---|---|---|
org.datanucleus : datanucleus-core | jar | [6.0.0-m1, 6.9) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |