mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
update emoji
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user