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