mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
4357d1b81f
commit
a22722f31c
@ -9,8 +9,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a target="_blank" href="https://search.maven.org/artifact/cn.hutool/hutool-all">
|
<a target="_blank" href="https://search.maven.org/artifact/org.dromara.hutool/hutool-all">
|
||||||
<img src="https://img.shields.io/maven-central/v/cn.hutool/hutool-all.svg?label=Maven%20Central" />
|
<img src="https://img.shields.io/maven-central/v/org.dromara.hutool/hutool-all.svg?label=Maven%20Central" />
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="http://license.coscl.org.cn/MulanPSL2/index.html">
|
<a target="_blank" href="http://license.coscl.org.cn/MulanPSL2/index.html">
|
||||||
<img src="https://img.shields.io/:license-MulanPSL2-blue.svg" />
|
<img src="https://img.shields.io/:license-MulanPSL2-blue.svg" />
|
||||||
@ -136,7 +136,7 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop:
|
|||||||
### 🍊Maven
|
### 🍊Maven
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hutool</groupId>
|
<groupId>org.dromara.hutool</groupId>
|
||||||
<artifactId>hutool-all</artifactId>
|
<artifactId>hutool-all</artifactId>
|
||||||
<version>6.0.0.M3</version>
|
<version>6.0.0.M3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -144,7 +144,7 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop:
|
|||||||
|
|
||||||
### 🍐Gradle
|
### 🍐Gradle
|
||||||
```
|
```
|
||||||
implementation 'cn.hutool:hutool-all:6.0.0.M3'
|
implementation 'org.dromara.hutool:hutool-all:6.0.0.M3'
|
||||||
```
|
```
|
||||||
|
|
||||||
## 📥Download
|
## 📥Download
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a target="_blank" href="https://search.maven.org/artifact/cn.hutool/hutool-all">
|
<a target="_blank" href="https://search.maven.org/artifact/org.dromara.hutool/hutool-all">
|
||||||
<img src="https://img.shields.io/maven-central/v/cn.hutool/hutool-all.svg?label=Maven%20Central" />
|
<img src="https://img.shields.io/maven-central/v/org.dromara.hutool/hutool-all.svg?label=Maven%20Central" />
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="http://license.coscl.org.cn/MulanPSL2/index.html">
|
<a target="_blank" href="http://license.coscl.org.cn/MulanPSL2/index.html">
|
||||||
<img src="https://img.shields.io/:license-MulanPSL2-blue.svg" />
|
<img src="https://img.shields.io/:license-MulanPSL2-blue.svg" />
|
||||||
@ -139,7 +139,7 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不
|
|||||||
```xml
|
```xml
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hutool</groupId>
|
<groupId>org.dromara.hutool</groupId>
|
||||||
<artifactId>hutool-all</artifactId>
|
<artifactId>hutool-all</artifactId>
|
||||||
<version>6.0.0.M3</version>
|
<version>6.0.0.M3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -148,7 +148,7 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不
|
|||||||
### 🍐Gradle
|
### 🍐Gradle
|
||||||
|
|
||||||
```
|
```
|
||||||
implementation 'cn.hutool:hutool-all:6.0.0.M3'
|
implementation 'org.dromara.hutool:hutool-all:6.0.0.M3'
|
||||||
```
|
```
|
||||||
|
|
||||||
### 📥下载jar
|
### 📥下载jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user