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