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