is not current version
Last Version 5.8.4

cn.hutool:hutool-all 5.1.3

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

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-all
Version

Version

5.1.3
Type

Type

jar

Download hutool-all 5.1.3


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