is not current version
Last Version 1.5.5

net.pwall.json:json-simple 1.3

Simple parser and formatter for JSON

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-simple
Version

Version

1.3
Type

Type

jar

Download json-simple 1.3


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