| Categories |
CategoriesNet JSON Data |
|---|---|
| GroupId | GroupIdnet.pwall.json |
| ArtifactId | ArtifactIdjson-simple |
| Version | Version1.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| json-simple-1.5.1.pom | |
| json-simple-1.5.1.jar | 11 KB |
| json-simple-1.5.1-sources.jar | 13 KB |
| json-simple-1.5.1-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.json/json-simple/ -->
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-simple</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-simple/
implementation 'net.pwall.json:json-simple:1.5.1'
// https://jarcasting.com/artifacts/net.pwall.json/json-simple/
implementation ("net.pwall.json:json-simple:1.5.1")
'net.pwall.json:json-simple:jar:1.5.1'
<dependency org="net.pwall.json" name="json-simple" rev="1.5.1">
<artifact name="json-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-simple', version='1.5.1')
)
libraryDependencies += "net.pwall.json" % "json-simple" % "1.5.1"
[net.pwall.json/json-simple "1.5.1"]