| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.xkcoding.json |
| ArtifactId | ArtifactIdsimple-json |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsimple-json
简单的 json 实现
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-json-0.0.3.pom | |
| simple-json-0.0.3.jar | 20 KB |
| simple-json-0.0.3-sources.jar | 12 KB |
| simple-json-0.0.3-javadoc.jar | 138 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/ -->
<dependency>
<groupId>com.xkcoding.json</groupId>
<artifactId>simple-json</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/
implementation 'com.xkcoding.json:simple-json:0.0.3'
// https://jarcasting.com/artifacts/com.xkcoding.json/simple-json/
implementation ("com.xkcoding.json:simple-json:0.0.3")
'com.xkcoding.json:simple-json:jar:0.0.3'
<dependency org="com.xkcoding.json" name="simple-json" rev="0.0.3">
<artifact name="simple-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding.json', module='simple-json', version='0.0.3')
)
libraryDependencies += "com.xkcoding.json" % "simple-json" % "0.0.3"
[com.xkcoding.json/simple-json "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.hutool : hutool-json Optional | jar | 5.5.7 |
| com.alibaba : fastjson Optional | jar | 1.2.75 |
| com.google.code.gson : gson Optional | jar | 2.8.6 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.12.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |