Categories |
CategoriesData JSON |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-json |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
datanucleus-json-2.0.3.pom | |
datanucleus-json-2.0.3.jar | 79 KB |
datanucleus-json-2.0.3-sources.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-json</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/
implementation 'org.datanucleus:datanucleus-json:2.0.3'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-json/
implementation ("org.datanucleus:datanucleus-json:2.0.3")
'org.datanucleus:datanucleus-json:jar:2.0.3'
<dependency org="org.datanucleus" name="datanucleus-json" rev="2.0.3">
<artifact name="datanucleus-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-json', version='2.0.3')
)
libraryDependencies += "org.datanucleus" % "datanucleus-json" % "2.0.3"
[org.datanucleus/datanucleus-json "2.0.3"]