License |
License |
---|---|
Categories |
CategoriesAnt Build Tools JSON Data |
GroupId | GroupIdcom.github.antonsjava |
ArtifactId | ArtifactIdjson |
Version | Version1.12 |
Type | Typejar |
Description |
Descriptionjson
Simple JSON data structure manipulating library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-1.12.pom | |
json-1.12.jar | 75 KB |
json-1.12-sources.jar | 53 KB |
json-1.12-javadoc.jar | 720 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antonsjava/json/ -->
<dependency>
<groupId>com.github.antonsjava</groupId>
<artifactId>json</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonsjava/json/
implementation 'com.github.antonsjava:json:1.12'
// https://jarcasting.com/artifacts/com.github.antonsjava/json/
implementation ("com.github.antonsjava:json:1.12")
'com.github.antonsjava:json:jar:1.12'
<dependency org="com.github.antonsjava" name="json" rev="1.12">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonsjava', module='json', version='1.12')
)
libraryDependencies += "com.github.antonsjava" % "json" % "1.12"
[com.github.antonsjava/json "1.12"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |