Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.jsonj |
ArtifactId | ArtifactIdjsonj |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
jsonj-0.6.pom | |
jsonj-0.6.jar | 20 KB |
jsonj-0.6-sources.jar | 16 KB |
jsonj-0.6-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsonj/jsonj/ -->
<dependency>
<groupId>com.github.jsonj</groupId>
<artifactId>jsonj</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsonj/jsonj/
implementation 'com.github.jsonj:jsonj:0.6'
// https://jarcasting.com/artifacts/com.github.jsonj/jsonj/
implementation ("com.github.jsonj:jsonj:0.6")
'com.github.jsonj:jsonj:jar:0.6'
<dependency org="com.github.jsonj" name="jsonj" rev="0.6">
<artifact name="jsonj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsonj', module='jsonj', version='0.6')
)
libraryDependencies += "com.github.jsonj" % "jsonj" % "0.6"
[com.github.jsonj/jsonj "0.6"]