is not current version
Last Version 2.0.2

com.github.wnm3:API4JSON 1.0.2

API's to manipulate JSON modeled after IBM's json4j including key-sorted serialization

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnm3
ArtifactId

ArtifactId

API4JSON
Version

Version

1.0.2
Type

Type

jar

Download API4JSON 1.0.2


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