Files download
File Operation
hutool-parent-5.0.4.pom download
Apache Maven
<dependency>
  <groupId>cn.hutool</groupId>
  <artifactId>hutool-parent</artifactId>
  <version>5.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.hutool:hutool-parent:5.0.4'
Gradle Kotlin
implementation("cn.hutool:hutool-parent:5.0.4")
Scala SBT
libraryDependencies += "cn.hutool" % "hutool-parent" % "5.0.4"
Groovy Grape
@Grapes(
  @Grab(group='cn.hutool', module='hutool-parent', version='5.0.4')
)
Apache Ivy
<dependency org="cn.hutool" name="hutool-parent" rev="5.0.4" />
Leiningen
[cn.hutool/hutool-parent "5.0.4"]
Apache Buildr
'cn.hutool:hutool-parent:jar:5.0.4'