| License |
License
Mulan Permissive Software License,Version 2
|
|---|---|
| GroupId | GroupIdcn.hutool |
| ArtifactId | ArtifactIdhutool-all |
| Last Version | Last Version5.8.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhutool-all
Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hutool-all-5.8.4.pom | |
| hutool-all-5.8.4.jar | 1 MB |
| hutool-all-5.8.4-sources.jar | 1 MB |
| hutool-all-5.8.4-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-all/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-all/
implementation 'cn.hutool:hutool-all:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-all/
implementation ("cn.hutool:hutool-all:5.8.4")
'cn.hutool:hutool-all:jar:5.8.4'
<dependency org="cn.hutool" name="hutool-all" rev="5.8.4">
<artifact name="hutool-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-all', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-all" % "5.8.4"
[cn.hutool/hutool-all "5.8.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.24 |