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