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