h

hutool-all

提供丰富的Java工具方法,此模块为Hutool所有模块的打包汇总,最终形式为一个jar包
https://github.com/looly/hutool
Files download
File Operation
hutool-all-5.0.7.jar download
hutool-all-5.0.7.pom download
hutool-all-5.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.hutool</groupId>
  <artifactId>hutool-all</artifactId>
  <version>5.0.7</version>
</dependency>
Gradle Groovy
implementation 'cn.hutool:hutool-all:5.0.7'
Gradle Kotlin
implementation("cn.hutool:hutool-all:5.0.7")
Scala SBT
libraryDependencies += "cn.hutool" % "hutool-all" % "5.0.7"
Groovy Grape
@Grapes(
  @Grab(group='cn.hutool', module='hutool-all', version='5.0.7')
)
Apache Ivy
<dependency org="cn.hutool" name="hutool-all" rev="5.0.7" />
Leiningen
[cn.hutool/hutool-all "5.0.7"]
Apache Buildr
'cn.hutool:hutool-all:jar:5.0.7'