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