mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-23 17:09:33 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -34,7 +34,7 @@ Afdian: https://afdian.net/@xiaomomi
|
|||||||
|
|
||||||
### Maven
|
### Maven
|
||||||
|
|
||||||
```
|
```html
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack</id>
|
<id>jitpack</id>
|
||||||
@@ -42,7 +42,7 @@ Afdian: https://afdian.net/@xiaomomi
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
```
|
```
|
||||||
```
|
```html
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.Xiao-MoMi</groupId>
|
<groupId>com.github.Xiao-MoMi</groupId>
|
||||||
@@ -54,24 +54,24 @@ Afdian: https://afdian.net/@xiaomomi
|
|||||||
```
|
```
|
||||||
### Gradle (Groovy)
|
### Gradle (Groovy)
|
||||||
|
|
||||||
```
|
```groovy
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
```
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{VERSION}'
|
compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{VERSION}'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### Gradle (Kotlin)
|
### Gradle (Kotlin)
|
||||||
|
|
||||||
```
|
```kotlin
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://jitpack.io/")
|
maven("https://jitpack.io/")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
```
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{VERSION}")
|
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{VERSION}")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user