is not current version
Last Version 5.8.4

cn.hutool:hutool-setting 4.1.4

Hutool 配置文件增强

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-setting
Version

Version

4.1.4
Type

Type

jar

Download hutool-setting 4.1.4


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