update emoji

This commit is contained in:
Looly
2021-04-22 03:30:56 +08:00
parent 10503d632f
commit f8b5b84d2b
2 changed files with 9 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ Each module can be introduced individually, or all modules can be introduced by
## 📦Install
### Maven
### 🍊Maven
```xml
<dependency>
<groupId>cn.hutool</groupId>
@@ -126,12 +126,12 @@ Each module can be introduced individually, or all modules can be introduced by
</dependency>
```
### Gradle
### 🍐Gradle
```
compile 'cn.hutool:hutool-all:5.6.4'
```
## Download
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/)
@@ -139,7 +139,7 @@ compile 'cn.hutool:hutool-all:5.6.4'
> Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.
> If your project uses JDK7, please use Hutool 4.x version.
### Compile and install
### 🚽Compile and install
Download the entire project source code