| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdorg.xerial |
| ArtifactId | ArtifactIdxerial-json |
| Version | Version2.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xerial-json-2.0.2.pom | |
| xerial-json-2.0.2.jar | 71 KB |
| xerial-json-2.0.2-sources.jar | 47 KB |
| xerial-json-2.0.2-javadoc.jar | 230 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xerial/xerial-json/ -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>xerial-json</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial/xerial-json/
implementation 'org.xerial:xerial-json:2.0.2'
// https://jarcasting.com/artifacts/org.xerial/xerial-json/
implementation ("org.xerial:xerial-json:2.0.2")
'org.xerial:xerial-json:jar:2.0.2'
<dependency org="org.xerial" name="xerial-json" rev="2.0.2">
<artifact name="xerial-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial', module='xerial-json', version='2.0.2')
)
libraryDependencies += "org.xerial" % "xerial-json" % "2.0.2"
[org.xerial/xerial-json "2.0.2"]