is not current version
Last Version 5.8.4

cn.hutool:hutool-all 4.5.3

提供丰富的Java工具方法

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-all
Version

Version

4.5.3
Type

Type

jar

Download hutool-all 4.5.3


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