is not current version
Last Version 0.0.3

com.xkcoding.json:simple-json 0.0.1

简单的 json 实现

Categories

Categories

JSON Data
GroupId

GroupId

com.xkcoding.json
ArtifactId

ArtifactId

simple-json
Version

Version

0.0.1
Type

Type

jar

Download simple-json 0.0.1


<!-- https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/ -->
<dependency>
    <groupId>com.xkcoding.json</groupId>
    <artifactId>simple-json</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/
implementation 'com.xkcoding.json:simple-json:0.0.1'
// https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/
implementation ("com.xkcoding.json:simple-json:0.0.1")
'com.xkcoding.json:simple-json:jar:0.0.1'
<dependency org="com.xkcoding.json" name="simple-json" rev="0.0.1">
  <artifact name="simple-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding.json', module='simple-json', version='0.0.1')
)
libraryDependencies += "com.xkcoding.json" % "simple-json" % "0.0.1"
[com.xkcoding.json/simple-json "0.0.1"]