| License |
License |
|---|---|
| Categories |
CategoriesNet JSON Data |
| GroupId | GroupIdnet.pwall.util |
| ArtifactId | ArtifactIdjsonutil |
| Version | Version1.6 |
| Type | Typejar |
| Description |
DescriptionJSON Utilities
JSON Utilities for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsonutil-1.6.pom | |
| jsonutil-1.6.jar | 41 KB |
| jsonutil-1.6-sources.jar | 34 KB |
| jsonutil-1.6-javadoc.jar | 174 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.util/jsonutil/ -->
<dependency>
<groupId>net.pwall.util</groupId>
<artifactId>jsonutil</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.util/jsonutil/
implementation 'net.pwall.util:jsonutil:1.6'
// https://jarcasting.com/artifacts/net.pwall.util/jsonutil/
implementation ("net.pwall.util:jsonutil:1.6")
'net.pwall.util:jsonutil:jar:1.6'
<dependency org="net.pwall.util" name="jsonutil" rev="1.6">
<artifact name="jsonutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.util', module='jsonutil', version='1.6')
)
libraryDependencies += "net.pwall.util" % "jsonutil" % "1.6"
[net.pwall.util/jsonutil "1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.pwall.util : javautil | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |