is not current version
Last Version 5.8.4

cn.hutool:hutool-parent 5.3.2

Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-parent
Version

Version

5.3.2
Type

Type

pom

Download hutool-parent 5.3.2

Filename Size
hutool-parent-5.3.2.pom 5 KB
Browse

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