[ci skip]Update README_EN.md

This commit is contained in:
M2ke4U
2024-08-12 21:59:57 +08:00
committed by GitHub
parent 2fb281a364
commit 8f9f29697b

View File

@@ -31,19 +31,34 @@ To build a paperclip jar, you need to run the following command. You can find th
For gradle: For gradle:
```kotlin ```kotlin
repositories {
maven {
url = "http://maven.moliatopia.icu/repository/maven-snapshots/"
}
}
dependencies { dependencies {
compileOnly("me.earthme.luminol:luminol-api:1.20.4-R0.1-SNAPSHOT") compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
} }
``` ```
For maven For maven
```xml ```xml
<repositories>
<repository>
<id>moliatopia</id>
<url>http://maven.moliatopia.icu/repository/maven-snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency> <dependency>
<groupId>me.earthme.luminol</groupId> <groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId> <artifactId>luminol-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version> <version>1.20.6-R0.1-SNAPSHOT</version>
</dependency> </dependency>
</dependencies>
``` ```
## Contact ## Contact