is not current version
Last Version 1.2.2

io.github.poulpogaz:json 1.2

A json reader and writer

Categories

Categories

JSON Data
GroupId

GroupId

io.github.poulpogaz
ArtifactId

ArtifactId

json
Version

Version

1.2
Type

Type

jar

Download json 1.2


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