prepare 5.6.4

This commit is contained in:
Looly
2021-04-11 03:17:08 +08:00
parent 56a2819861
commit 63421fa605
25 changed files with 29 additions and 29 deletions

View File

@@ -125,18 +125,18 @@ Each module can be introduced individually, or all modules can be introduced by
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.6.3</version>
<version>5.6.4</version>
</dependency>
```
### Gradle
```
compile 'cn.hutool:hutool-all:5.6.3'
compile 'cn.hutool:hutool-all:5.6.4'
```
## Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.3/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/)
> note:
> Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.