☃️release 5.8.17

This commit is contained in:
Looly
2023-04-12 17:45:17 +08:00
parent 0d0dd1b9d2
commit 2672137dbf
26 changed files with 40 additions and 40 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.17.M1</version>
<version>5.8.17</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.8.17.M1'
implementation 'cn.hutool:hutool-all:5.8.17'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.17.M1/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.17/)
> 🔔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.