prepare 5.4.3

This commit is contained in:
Looly
2020-09-09 17:23:46 +08:00
parent 1b8e921ab2
commit 0863461a18
27 changed files with 39 additions and 32 deletions

View File

@@ -121,19 +121,19 @@ Each module can be introduced individually, or all modules can be introduced by
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.4.2</version>
<version>5.4.3</version>
</dependency>
```
### Gradle
```
compile 'cn.hutool:hutool-all:5.4.2'
compile 'cn.hutool:hutool-all:5.4.3'
```
## Download
- [Maven1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.4.2/)
- [Maven2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.4.2/)
- [Maven1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.4.3/)
- [Maven2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.4.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.