Skip to content

Commit 4ad9d14

Browse files
committed
docs(README): 完善 Maven Central 最新版本信息
1 parent b20693e commit 4ad9d14

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,22 @@ public User findFirstVIP2(List<User> userList) {
229229
本项目自 4.x 起拟采用 《约定式提交 1.0.0》来规范代码提交,详情参见:[https://www.conventionalcommits.org/zh-hans/v1.0.0/](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
230230

231231
## 使用
232-
本工具类库已发布至 Maven 中央仓库,当前最新版本为:**3.14.0** ,你可以通过如下 Maven 依赖配置引入本库:
232+
本工具类库已发布至 Maven 中央仓库,当前最新版本为:**4.0.0** ,你可以通过如下 Maven 依赖配置引入本库:
233233

234234
```xml
235235
<dependency>
236236
<groupId>me.codeplayer</groupId>
237237
<artifactId>ready-x</artifactId>
238-
<version>3.14.0</version>
238+
<version>4.0.0</version>
239+
</dependency>
240+
```
241+
242+
**3.x** 分支最新版本为 **3.15.0** ,你可以通过如下 Maven 依赖配置引入本库:
243+
244+
```xml
245+
<dependency>
246+
<groupId>me.codeplayer</groupId>
247+
<artifactId>ready-x</artifactId>
248+
<version>3.15.0</version>
239249
</dependency>
240250
```

0 commit comments

Comments
 (0)