is not current version
Last Version 1.5.5

net.pwall.json:json-simple 1.2

Simple parser and formatter for JSON

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-simple
Version

Version

1.2
Type

Type

jar

Download json-simple 1.2


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