is not current version
Last Version 0.0.7

io.github.daflamingfox:okjson 0.0.5

A simple & beginner friendly Java Object de/serialization library

Categories

Categories

JSON Data
GroupId

GroupId

io.github.daflamingfox
ArtifactId

ArtifactId

okjson
Version

Version

0.0.5
Type

Type

jar

Download okjson 0.0.5


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