Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdone.xingyi |
ArtifactId | ArtifactIdjson |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
json-1.0.pom | |
json-1.0.jar | 30 KB |
json-1.0-tests.jar | 2 KB |
json-1.0-sources.jar | 28 KB |
json-1.0-javadoc.jar | 445 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/json/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>json</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/json/
implementation 'one.xingyi:json:1.0'
// https://jarcasting.com/artifacts/one.xingyi/json/
implementation ("one.xingyi:json:1.0")
'one.xingyi:json:jar:1.0'
<dependency org="one.xingyi" name="json" rev="1.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='json', version='1.0')
)
libraryDependencies += "one.xingyi" % "json" % "1.0"
[one.xingyi/json "1.0"]