License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdone.xingyi |
ArtifactId | ArtifactIdjson |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionA library to allow Restful APIs to be easily written
|
Filename | Size |
---|---|
json-1.1.pom | |
json-1.1.jar | 32 KB |
json-1.1-tests.jar | 2 KB |
json-1.1-sources.jar | 29 KB |
json-1.1-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/json/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>json</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/json/
implementation 'one.xingyi:json:1.1'
// https://jarcasting.com/artifacts/one.xingyi/json/
implementation ("one.xingyi:json:1.1")
'one.xingyi:json:jar:1.1'
<dependency org="one.xingyi" name="json" rev="1.1">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='json', version='1.1')
)
libraryDependencies += "one.xingyi" % "json" % "1.1"
[one.xingyi/json "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20180813 |
one.xingyi : rest | jar | 1.1 |
one.xingyi : rest | test-jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |