prepare 5.7.0

This commit is contained in:
Looly
2021-06-10 17:04:16 +08:00
parent 8080093ba5
commit f07a452e3a
34 changed files with 46 additions and 38 deletions

View File

@@ -122,18 +122,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.8</version>
<version>5.7.0</version>
</dependency>
```
### 🍐Gradle
```
compile 'cn.hutool:hutool-all:5.6.8'
compile 'cn.hutool:hutool-all:5.7.0'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.8/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.0/)
> 🔔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.