prepare 5.8.10

This commit is contained in:
Looly
2022-10-22 23:17:52 +08:00
parent ec14f8384a
commit 59e1c64467
27 changed files with 37 additions and 30 deletions

View File

@@ -144,18 +144,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.9</version>
<version>5.8.10.M1</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.8.9'
implementation 'cn.hutool:hutool-all:5.8.10.M1'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.9/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.10.M1/)
> 🔔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.