prepare 5.4.1

This commit is contained in:
Looly
2020-08-16 13:06:13 +08:00
parent 2edf6f65cc
commit 5be24863d1
26 changed files with 38 additions and 31 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.0</version>
<version>5.4.1</version>
</dependency>
```
### Gradle
```
compile 'cn.hutool:hutool-all:5.4.0'
compile 'cn.hutool:hutool-all:5.4.1'
```
## Download
- [Maven1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.4.0/)
- [Maven2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.4.0/)
- [Maven1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.4.1/)
- [Maven2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.4.1/)
> 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.