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