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