is not current version
Last Version 0.9.8.1

org.fuwjin:jon 0.9.3

Java Object Notation is an extension to the JSON data format suitable for the serialization of Java objects. The intuitive format and the simple yet extensible library allow both humans and computers to read and write complex object graphs.

GroupId

GroupId

org.fuwjin
ArtifactId

ArtifactId

jon
Version

Version

0.9.3
Type

Type

jar

Download jon 0.9.3


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