is not current version
Last Version 0.1.0.M44-174f0cc

com.zuunr:json 0.1.0.M16-dedc291

Immutable JSON representation in Java

Categories

Categories

JSON Data
GroupId

GroupId

com.zuunr
ArtifactId

ArtifactId

json
Version

Version

0.1.0.M16-dedc291
Type

Type

jar

Download json 0.1.0.M16-dedc291


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