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