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