prepare M9

This commit is contained in:
Looly
2023-11-12 20:02:05 +08:00
parent 4f29f43bcc
commit 1f9e3f9f9f
19 changed files with 23 additions and 23 deletions

View File

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