| License |
License
Mulan Permissive Software License,Version 2
|
|---|---|
| GroupId | GroupIdcn.hutool |
| ArtifactId | ArtifactIdhutool-setting |
| Last Version | Last Version5.8.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhutool-setting
Hutool 配置文件增强
|
| Filename | Size |
|---|---|
| hutool-setting-5.8.4.pom | |
| hutool-setting-5.8.4.jar | 32 KB |
| hutool-setting-5.8.4-sources.jar | 23 KB |
| hutool-setting-5.8.4-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-setting/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-setting</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-setting/
implementation 'cn.hutool:hutool-setting:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-setting/
implementation ("cn.hutool:hutool-setting:5.8.4")
'cn.hutool:hutool-setting:jar:5.8.4'
<dependency org="cn.hutool" name="hutool-setting" rev="5.8.4">
<artifact name="hutool-setting" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-setting', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-setting" % "5.8.4"
[cn.hutool/hutool-setting "5.8.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.hutool : hutool-core | jar | 5.8.4 |
| cn.hutool : hutool-log | jar | 5.8.4 |
| org.yaml : snakeyaml Optional | jar | 1.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.24 |