License |
License |
---|---|
GroupId | GroupIdio.github.xcr1234 |
ArtifactId | ArtifactIdxson |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptionxson
java json library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xson-1.2.pom | |
xson-1.2.jar | 66 KB |
xson-1.2-sources.jar | 34 KB |
xson-1.2-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xcr1234/xson/ -->
<dependency>
<groupId>io.github.xcr1234</groupId>
<artifactId>xson</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xcr1234/xson/
implementation 'io.github.xcr1234:xson:1.2'
// https://jarcasting.com/artifacts/io.github.xcr1234/xson/
implementation ("io.github.xcr1234:xson:1.2")
'io.github.xcr1234:xson:jar:1.2'
<dependency org="io.github.xcr1234" name="xson" rev="1.2">
<artifact name="xson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xcr1234', module='xson', version='1.2')
)
libraryDependencies += "io.github.xcr1234" % "xson" % "1.2"
[io.github.xcr1234/xson "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |