is not current version
Last Version 1.12

com.github.antonsjava:json 1.3

Simple JSON data structure manipulating library

Categories

Categories

Ant Build Tools JSON Data
GroupId

GroupId

com.github.antonsjava
ArtifactId

ArtifactId

json
Version

Version

1.3
Type

Type

jar

Download json 1.3


<!-- https://jarcasting.com/artifacts/com.github.antonsjava/json/ -->
<dependency>
    <groupId>com.github.antonsjava</groupId>
    <artifactId>json</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonsjava/json/
implementation 'com.github.antonsjava:json:1.3'
// https://jarcasting.com/artifacts/com.github.antonsjava/json/
implementation ("com.github.antonsjava:json:1.3")
'com.github.antonsjava:json:jar:1.3'
<dependency org="com.github.antonsjava" name="json" rev="1.3">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonsjava', module='json', version='1.3')
)
libraryDependencies += "com.github.antonsjava" % "json" % "1.3"
[com.github.antonsjava/json "1.3"]