提交 d251ecfe 编写于 作者: 勤为径苦作舟's avatar 勤为径苦作舟

style: 升级版本号

上级 58502401
......@@ -29,7 +29,7 @@
<dependency>
<groupId>top.zhogjianhao</groupId>
<artifactId>ZUtil</artifactId>
<version>1.8.4</version>
<version>1.9.0</version>
</dependency>
```
......@@ -37,9 +37,9 @@
```groovy
// groovy
implementation 'top.zhogjianhao:ZUtil:1.8.4'
implementation 'top.zhogjianhao:ZUtil:1.9.0'
// kotlin
implementation("top.zhogjianhao:ZUtil:1.8.4")
implementation("top.zhogjianhao:ZUtil:1.9.0")
```
# Stargazers over time
......
......@@ -8,7 +8,7 @@
<dependency>
<groupId>top.zhogjianhao</groupId>
<artifactId>ZUtil</artifactId>
<version>1.8.4</version>
<version>1.9.0</version>
</dependency>
```
......@@ -16,9 +16,9 @@
```groovy
// groovy
implementation 'top.zhogjianhao:ZUtil:1.8.4'
implementation 'top.zhogjianhao:ZUtil:1.9.0'
// kotlin
implementation("top.zhogjianhao:ZUtil:1.8.4")
implementation("top.zhogjianhao:ZUtil:1.9.0")
```
## 安装注意
......@@ -32,7 +32,7 @@ implementation("top.zhogjianhao:ZUtil:1.8.4")
<dependency>
<groupId>top.zhogjianhao</groupId>
<artifactId>ZUtil</artifactId>
<version>1.8.4</version>
<version>1.9.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
......@@ -65,7 +65,7 @@ implementation("top.zhogjianhao:ZUtil:1.8.4")
// groovy
dependencies {
// 方式一:ZUtil 排除 slf4j
implementation('top.zhogjianhao:ZUtil:1.8.4') {
implementation('top.zhogjianhao:ZUtil:1.9.0') {
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: 'org.slf4j', module: 'slf4j-simple'
}
......@@ -78,7 +78,7 @@ dependencies {
// kotlin
dependencies {
// 方式一:ZUtil 排除 slf4j
implementation("top.zhogjianhao:ZUtil:1.8.4") {
implementation("top.zhogjianhao:ZUtil:1.9.0") {
exclude(group = "org.slf4j", module = "slf4j-api")
exclude(group = "org.slf4j", module = "slf4j-simple")
}
......
{
"name": "zutil-docs",
"version": "1.8.4",
"version": "1.9.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
......@@ -4,7 +4,7 @@
<groupId>top.zhogjianhao</groupId>
<artifactId>ZUtil</artifactId>
<version>1.8.4</version>
<version>1.9.0</version>
<name>ZUtil</name>
<url>https://github.com/duanluan/ZUtil</url>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册