is not current version
Last Version 5.8.4

cn.hutool:hutool-parent 5.1.0

提供丰富的Java工具方法

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-parent
Version

Version

5.1.0
Type

Type

pom

Download hutool-parent 5.1.0

Filename Size
hutool-parent-5.1.0.pom 5 KB
Browse

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