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