[ci skip]Update README.md
This commit is contained in:
25
README.md
25
README.md
@@ -31,6 +31,12 @@
|
|||||||
使用 Gradle:
|
使用 Gradle:
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url = "http://maven.moliatopia.icu/repository/maven-snapshots/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
|
compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
@@ -39,11 +45,20 @@ dependencies {
|
|||||||
使用 Maven
|
使用 Maven
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<repositories>
|
||||||
<groupId>me.earthme.luminol</groupId>
|
<repository>
|
||||||
<artifactId>luminol-api</artifactId>
|
<id>moliatopia</id>
|
||||||
<version>1.20.6-R0.1-SNAPSHOT</version>
|
<url>http://maven.moliatopia.icu/repository/maven-snapshots/</url>
|
||||||
</dependency>
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>me.earthme.luminol</groupId>
|
||||||
|
<artifactId>luminol-api</artifactId>
|
||||||
|
<version>1.20.6-R0.1-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|
||||||
## 联系方式
|
## 联系方式
|
||||||
|
|||||||
Reference in New Issue
Block a user