| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.xerial |
| ArtifactId | ArtifactIdxerial-json |
| Last Version | Last Version2.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXerial JSON Library
JSON Parser library.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xerial-json-2.0.6.pom | |
| xerial-json-2.0.6.jar | 71 KB |
| xerial-json-2.0.6-sources.jar | 47 KB |
| xerial-json-2.0.6-javadoc.jar | 240 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xerial/xerial-json/ -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>xerial-json</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial/xerial-json/
implementation 'org.xerial:xerial-json:2.0.6'
// https://jarcasting.com/artifacts/org.xerial/xerial-json/
implementation ("org.xerial:xerial-json:2.0.6")
'org.xerial:xerial-json:jar:2.0.6'
<dependency org="org.xerial" name="xerial-json" rev="2.0.6">
<artifact name="xerial-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial', module='xerial-json', version='2.0.6')
)
libraryDependencies += "org.xerial" % "xerial-json" % "2.0.6"
[org.xerial/xerial-json "2.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.xerial : xerial-core | jar | 2.0.6 |
| org.antlr : antlr | jar | 3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |