is not current version
Last Version 0.4.0

net.kut3:json 0.3.0

Simplify and extend GSON library.

Categories

Categories

Net JSON Data
GroupId

GroupId

net.kut3
ArtifactId

ArtifactId

json
Version

Version

0.3.0
Type

Type

jar

Download json 0.3.0


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