mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2024-12-25 05:48:55 +08:00
更新示例api插件地址
This commit is contained in:
parent
8e251504fa
commit
7fff24dacf
@ -15,7 +15,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
|
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
|
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ dependencies {
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.lunadeer</groupId>
|
<groupId>cn.lunadeer</groupId>
|
||||||
<artifactId>DominionAPI</artifactId>
|
<artifactId>DominionAPI</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -94,4 +94,4 @@ public void onEnable() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)。
|
[示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)。
|
||||||
|
@ -94,4 +94,4 @@ public void onEnable() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)。
|
[示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)。
|
||||||
|
@ -15,7 +15,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
|
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
|
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ dependencies {
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.lunadeer</groupId>
|
<groupId>cn.lunadeer</groupId>
|
||||||
<artifactId>DominionAPI</artifactId>
|
<artifactId>DominionAPI</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@ -93,4 +93,5 @@ public void onEnable() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)。
|
|
||||||
|
[示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)。
|
||||||
|
Loading…
Reference in New Issue
Block a user