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