GroupId | GroupIdcn.hutool |
---|---|
ArtifactId | ArtifactIdhutool-bom |
Version | Version5.7.13 |
Type | Typepom |
Filename | Size |
---|---|
hutool-bom-5.7.13.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-bom/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-bom</artifactId>
<version>5.7.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-bom/
implementation 'cn.hutool:hutool-bom:5.7.13'
// https://jarcasting.com/artifacts/cn.hutool/hutool-bom/
implementation ("cn.hutool:hutool-bom:5.7.13")
'cn.hutool:hutool-bom:pom:5.7.13'
<dependency org="cn.hutool" name="hutool-bom" rev="5.7.13">
<artifact name="hutool-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-bom', version='5.7.13')
)
libraryDependencies += "cn.hutool" % "hutool-bom" % "5.7.13"
[cn.hutool/hutool-bom "5.7.13"]