| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools Net JSON Data |
| GroupId | GroupIdnet.seidengarn |
| ArtifactId | ArtifactIdjson |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson
A simple parser for JSON-String processing
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| json-1.0.pom | |
| json-1.0.jar | 7 KB |
| json-1.0-sources.jar | 2 KB |
| json-1.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.seidengarn/json/ -->
<dependency>
<groupId>net.seidengarn</groupId>
<artifactId>json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seidengarn/json/
implementation 'net.seidengarn:json:1.0'
// https://jarcasting.com/artifacts/net.seidengarn/json/
implementation ("net.seidengarn:json:1.0")
'net.seidengarn:json:jar:1.0'
<dependency org="net.seidengarn" name="json" rev="1.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seidengarn', module='json', version='1.0')
)
libraryDependencies += "net.seidengarn" % "json" % "1.0"
[net.seidengarn/json "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |