License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdcn.hutool |
ArtifactId | ArtifactIdhutool-bom |
Last Version | Last Version5.8.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionhutool-bom
提供丰富的Java工具方法,此模块为Hutool所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块
|
Project URL |
Project URL |
Filename | Size |
---|---|
hutool-bom-5.8.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-bom/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-bom</artifactId>
<version>5.8.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-bom/
implementation 'cn.hutool:hutool-bom:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-bom/
implementation ("cn.hutool:hutool-bom:5.8.4")
'cn.hutool:hutool-bom:pom:5.8.4'
<dependency org="cn.hutool" name="hutool-bom" rev="5.8.4">
<artifact name="hutool-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-bom', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-bom" % "5.8.4"
[cn.hutool/hutool-bom "5.8.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-core | jar | 5.8.4 |
cn.hutool : hutool-aop | jar | 5.8.4 |
cn.hutool : hutool-bloomFilter | jar | 5.8.4 |
cn.hutool : hutool-cache | jar | 5.8.4 |
cn.hutool : hutool-crypto | jar | 5.8.4 |
cn.hutool : hutool-db | jar | 5.8.4 |
cn.hutool : hutool-dfa | jar | 5.8.4 |
cn.hutool : hutool-extra | jar | 5.8.4 |
cn.hutool : hutool-http | jar | 5.8.4 |
cn.hutool : hutool-log | jar | 5.8.4 |
cn.hutool : hutool-script | jar | 5.8.4 |
cn.hutool : hutool-setting | jar | 5.8.4 |
cn.hutool : hutool-system | jar | 5.8.4 |
cn.hutool : hutool-cron | jar | 5.8.4 |
cn.hutool : hutool-json | jar | 5.8.4 |
cn.hutool : hutool-poi | jar | 5.8.4 |
cn.hutool : hutool-captcha | jar | 5.8.4 |
cn.hutool : hutool-socket | jar | 5.8.4 |
cn.hutool : hutool-jwt | jar | 5.8.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.24 |