is not current version
Last Version 1.3.0

com.zeoflow:zson 1.2.3

A Java serialization/deserialization library - convert Java Objects easier into JSON and back.

GroupId

GroupId

com.zeoflow
ArtifactId

ArtifactId

zson
Version

Version

1.2.3
Type

Type

jar

Download zson 1.2.3


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