is not current version
Last Version 1.6

net.pwall.util:jsonutil 1.2

JSON Utilities for Java

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.util
ArtifactId

ArtifactId

jsonutil
Version

Version

1.2
Type

Type

jar

Download jsonutil 1.2


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