is not current version
Last Version 5.8.4

cn.hutool:hutool-all 5.2.0

提供丰富的Java工具方法,此模块为Hutool所有模块的打包汇总,最终形式为一个jar包

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-all
Version

Version

5.2.0
Type

Type

jar

Download hutool-all 5.2.0


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