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