Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.djodjo.json |
ArtifactId | ArtifactIdjson-wrapper |
Version | Version1.0.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
json-wrapper-1.0.0-RC2.pom | |
json-wrapper-1.0.0-RC2.jar | 62 KB |
json-wrapper-1.0.0-RC2-sources.jar | 24 KB |
json-wrapper-1.0.0-RC2-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.djodjo.json/json-wrapper/ -->
<dependency>
<groupId>org.djodjo.json</groupId>
<artifactId>json-wrapper</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.djodjo.json/json-wrapper/
implementation 'org.djodjo.json:json-wrapper:1.0.0-RC2'
// https://jarcasting.com/artifacts/org.djodjo.json/json-wrapper/
implementation ("org.djodjo.json:json-wrapper:1.0.0-RC2")
'org.djodjo.json:json-wrapper:jar:1.0.0-RC2'
<dependency org="org.djodjo.json" name="json-wrapper" rev="1.0.0-RC2">
<artifact name="json-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.djodjo.json', module='json-wrapper', version='1.0.0-RC2')
)
libraryDependencies += "org.djodjo.json" % "json-wrapper" % "1.0.0-RC2"
[org.djodjo.json/json-wrapper "1.0.0-RC2"]