is not current version
Last Version 1.3.10

net.arnx:jsonic 1.2.11

simple json encoder/decoder for java

Categories

Categories

Net JSON Data
GroupId

GroupId

net.arnx
ArtifactId

ArtifactId

jsonic
Version

Version

1.2.11
Type

Type

jar

Download jsonic 1.2.11


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