🐢prepare

This commit is contained in:
bugo
2025-06-23 12:38:46 +08:00
parent f6ba182f52
commit 6469e7bea6
27 changed files with 31 additions and 31 deletions

View File

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