fix version as slash and update version

This commit is contained in:
Looly
2025-04-17 17:22:58 +08:00
parent 1b54272ea8
commit 570f846d4d
20 changed files with 30 additions and 30 deletions

View File

@@ -128,18 +128,18 @@ Each module can be introduced individually, or all modules can be introduced by
<dependency>
<groupId>cn.hutool.v7</groupId>
<artifactId>hutool-all</artifactId>
<version>7.0.0.M1</version>
<version>7.0.0-M1</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool.v7:hutool-all:7.0.0.M1'
implementation 'cn.hutool.v7:hutool-all:7.0.0-M1'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0.M1/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0-M1/)
> 🔔note:
> Hutool 7.x supports JDK17 and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.