is not current version
Last Version 5.0

net.pwall.json:jsonutil 4.1

JSON Utilities for Java

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

jsonutil
Version

Version

4.1
Type

Type

jar

Download jsonutil 4.1


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