is not current version
Last Version 5.8.4

cn.hutool:hutool-bom 4.6.6

提供丰富的Java工具方法,此模块为Hutool所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-bom
Version

Version

4.6.6
Type

Type

pom

Download hutool-bom 4.6.6

Filename Size
hutool-bom-4.6.6.pom 3 KB
Browse

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