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