prepare M20

This commit is contained in:
Looly
2024-12-25 19:08:25 +08:00
parent b001000656
commit 1b6e6c9cf7
19 changed files with 28 additions and 29 deletions

View File

@@ -147,18 +147,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-M19</version>
<version>6.0.0-M20</version>
</dependency>
```
### 🍐Gradle
```
implementation 'org.dromara.hutool:hutool-all:6.0.0-M19'
implementation 'org.dromara.hutool:hutool-all:6.0.0-M20'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M19/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M20/)
> 🔔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.