License |
License |
---|---|
Categories |
CategoriesNet JSON Data |
GroupId | GroupIdnet.pwall.json |
ArtifactId | ArtifactIdjson-simple |
Last Version | Last Version1.5.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple JSON Parser and Formatter
Simple parser and formatter for JSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-simple-1.5.5.pom | |
json-simple-1.5.5.jar | 13 KB |
json-simple-1.5.5-sources.jar | 14 KB |
json-simple-1.5.5-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.json/json-simple/ -->
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-simple</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-simple/
implementation 'net.pwall.json:json-simple:1.5.5'
// https://jarcasting.com/artifacts/net.pwall.json/json-simple/
implementation ("net.pwall.json:json-simple:1.5.5")
'net.pwall.json:json-simple:jar:1.5.5'
<dependency org="net.pwall.json" name="json-simple" rev="1.5.5">
<artifact name="json-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-simple', version='1.5.5')
)
libraryDependencies += "net.pwall.json" % "json-simple" % "1.5.5"
[net.pwall.json/json-simple "1.5.5"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.json : json-functions | jar | 1.5 |
net.pwall.util : int-output | jar | 1.3 |
net.pwall.text : textmatcher | jar | 1.1 |
net.pwall.util : immutables | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |