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