prepare 5.6.2

This commit is contained in:
Looly
2021-03-18 23:07:14 +08:00
parent e55aa6b187
commit 91b1dd39c3
26 changed files with 37 additions and 30 deletions

View File

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