is not current version
Last Version 5.8.4

cn.hutool:hutool-parent 4.6.13

提供丰富的Java工具方法

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-parent
Version

Version

4.6.13
Type

Type

pom

Download hutool-parent 4.6.13

Filename Size
hutool-parent-4.6.13.pom 4 KB
Browse

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