prepare 5.7.11

This commit is contained in:
Looly
2021-08-27 01:08:59 +08:00
parent 611039ae67
commit 9a4202ee7d
27 changed files with 38 additions and 30 deletions

View File

@@ -121,20 +121,20 @@ Hutool的存在就是为了减少代码搜索成本避免网络上参差不
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.7.10</version>
<version>5.7.11</version>
</dependency>
```
### 🍐Gradle
```
compile 'cn.hutool:hutool-all:5.7.10'
compile 'cn.hutool:hutool-all:5.7.11'
```
### 📥下载jar
点击以下链接,下载`hutool-all-X.X.X.jar`即可:
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.10/)
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.11/)
> 🔔️注意
> Hutool 5.x支持JDK8+对Android平台没有测试不能保证所有工具类或工具方法可用。