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