9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00

Update README.md

This commit is contained in:
XiaoMoMi
2024-08-15 01:40:24 +08:00
parent f280f70d72
commit 17dd3705d0

View File

@@ -34,7 +34,7 @@ Afdian: https://afdian.net/@xiaomomi
### Maven
```
```html
<repositories>
<repository>
<id>jitpack</id>
@@ -42,7 +42,7 @@ Afdian: https://afdian.net/@xiaomomi
</repository>
</repositories>
```
```
```html
<dependencies>
<dependency>
<groupId>com.github.Xiao-MoMi</groupId>
@@ -54,24 +54,24 @@ Afdian: https://afdian.net/@xiaomomi
```
### Gradle (Groovy)
```
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
```
```
```groovy
dependencies {
compileOnly 'com.github.Xiao-MoMi:Custom-Fishing:{VERSION}'
}
```
### Gradle (Kotlin)
```
```kotlin
repositories {
maven("https://jitpack.io/")
}
```
```
```kotlin
dependencies {
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:{VERSION}")
}