License |
License
Mulan Permissive Software License,Version 2
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcn.hutool |
ArtifactId | ArtifactIdhutool-json |
Last Version | Last Version5.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhutool-json
Hutool JSON封装
|
Filename | Size |
---|---|
hutool-json-5.8.4.pom | |
hutool-json-5.8.4.jar | 45 KB |
hutool-json-5.8.4-sources.jar | 40 KB |
hutool-json-5.8.4-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-json/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-json</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-json/
implementation 'cn.hutool:hutool-json:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-json/
implementation ("cn.hutool:hutool-json:5.8.4")
'cn.hutool:hutool-json:jar:5.8.4'
<dependency org="cn.hutool" name="hutool-json" rev="5.8.4">
<artifact name="hutool-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-json', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-json" % "5.8.4"
[cn.hutool/hutool-json "5.8.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-core | jar | 5.8.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.24 |