is not current version
Last Version 1.2.0

tech.sobin:json 1.1.0

A very lite and powerful JSON parser/serializer Java implementation.

Categories

Categories

JSON Data
GroupId

GroupId

tech.sobin
ArtifactId

ArtifactId

json
Version

Version

1.1.0
Type

Type

jar

Download json 1.1.0


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