Categories |
CategoriesData JSON |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-json |
Version | Version3.2.0-release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-json</artifactId>
<version>3.2.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/
implementation 'org.datanucleus:datanucleus-json:3.2.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/
implementation ("org.datanucleus:datanucleus-json:3.2.0-release")
'org.datanucleus:datanucleus-json:jar:3.2.0-release'
<dependency org="org.datanucleus" name="datanucleus-json" rev="3.2.0-release">
<artifact name="datanucleus-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-json', version='3.2.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-json" % "3.2.0-release"
[org.datanucleus/datanucleus-json "3.2.0-release"]