is not current version
Last Version 1.0.1

io.github.senthilganeshs:purejson 1.0.0

PureJSON is a simple JSON parser exposing pure object APIs for parsing json documents

Categories

Categories

JSON Data
GroupId

GroupId

io.github.senthilganeshs
ArtifactId

ArtifactId

purejson
Version

Version

1.0.0
Type

Type

jar

Download purejson 1.0.0


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