mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
update emoji
This commit is contained in:
parent
10503d632f
commit
f8b5b84d2b
@ -117,7 +117,7 @@ Each module can be introduced individually, or all modules can be introduced by
|
|||||||
|
|
||||||
## 📦Install
|
## 📦Install
|
||||||
|
|
||||||
### Maven
|
### 🍊Maven
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hutool</groupId>
|
<groupId>cn.hutool</groupId>
|
||||||
@ -126,12 +126,12 @@ Each module can be introduced individually, or all modules can be introduced by
|
|||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Gradle
|
### 🍐Gradle
|
||||||
```
|
```
|
||||||
compile 'cn.hutool:hutool-all:5.6.4'
|
compile 'cn.hutool:hutool-all:5.6.4'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Download
|
## 📥Download
|
||||||
|
|
||||||
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/)
|
- [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.
|
> 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.
|
> If your project uses JDK7, please use Hutool 4.x version.
|
||||||
|
|
||||||
### Compile and install
|
### 🚽Compile and install
|
||||||
|
|
||||||
Download the entire project source code
|
Download the entire project source code
|
||||||
|
|
||||||
|
10
README.md
10
README.md
@ -113,7 +113,7 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不
|
|||||||
|
|
||||||
## 📦安装
|
## 📦安装
|
||||||
|
|
||||||
### Maven
|
### 🍊Maven
|
||||||
在项目的pom.xml的dependencies中加入以下内容:
|
在项目的pom.xml的dependencies中加入以下内容:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
@ -124,14 +124,14 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不
|
|||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Gradle
|
### 🍐Gradle
|
||||||
```
|
```
|
||||||
compile 'cn.hutool:hutool-all:5.6.4'
|
compile 'cn.hutool:hutool-all:5.6.4'
|
||||||
```
|
```
|
||||||
|
|
||||||
### 非Maven项目
|
### 📥下载jar
|
||||||
|
|
||||||
点击以下任一链接,下载`hutool-all-X.X.X.jar`即可:
|
点击以下链接,下载`hutool-all-X.X.X.jar`即可:
|
||||||
|
|
||||||
- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/)
|
- [Maven中央库](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支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。
|
> Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。
|
||||||
> 如果你的项目使用JDK7,请使用Hutool 4.x版本
|
> 如果你的项目使用JDK7,请使用Hutool 4.x版本
|
||||||
|
|
||||||
### 编译安装
|
### 🚽编译安装
|
||||||
|
|
||||||
访问Hutool的Gitee主页:[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool) 下载整个项目源码(v5-master或v5-dev分支都可)然后进入Hutool项目目录执行:
|
访问Hutool的Gitee主页:[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool) 下载整个项目源码(v5-master或v5-dev分支都可)然后进入Hutool项目目录执行:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user