Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.pwall.util |
ArtifactId | ArtifactIdjsonutil |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
jsonutil-1.4.pom | |
jsonutil-1.4.jar | 40 KB |
jsonutil-1.4-sources.jar | 33 KB |
jsonutil-1.4-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.util/jsonutil/ -->
<dependency>
<groupId>net.pwall.util</groupId>
<artifactId>jsonutil</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.util/jsonutil/
implementation 'net.pwall.util:jsonutil:1.4'
// https://jarcasting.com/artifacts/net.pwall.util/jsonutil/
implementation ("net.pwall.util:jsonutil:1.4")
'net.pwall.util:jsonutil:jar:1.4'
<dependency org="net.pwall.util" name="jsonutil" rev="1.4">
<artifact name="jsonutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.util', module='jsonutil', version='1.4')
)
libraryDependencies += "net.pwall.util" % "jsonutil" % "1.4"
[net.pwall.util/jsonutil "1.4"]