prepare 5.7.3

This commit is contained in:
Looly
2021-06-20 01:44:54 +08:00
parent 7bf6c7c4d7
commit 9a0c2f84c4
27 changed files with 38 additions and 30 deletions

View File

@@ -123,18 +123,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.7.2</version>
<version>5.7.3</version>
</dependency>
```
### 🍐Gradle
```
compile 'cn.hutool:hutool-all:5.7.2'
compile 'cn.hutool:hutool-all:5.7.3'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.2/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.7.3/)
> 🔔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.