is not current version
Last Version 0.0.2

com.github.tsohr:json 0.0.1

Ordered version of JSONObject

Categories

Categories

JSON Data
GroupId

GroupId

com.github.tsohr
ArtifactId

ArtifactId

json
Version

Version

0.0.1
Type

Type

jar

Download json 0.0.1


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