Update readme.md
This commit is contained in:
14
readme.md
14
readme.md
@@ -9,9 +9,11 @@
|
|||||||
<summary><b>Gradle (Kotlin-Script)</b></summary>
|
<summary><b>Gradle (Kotlin-Script)</b></summary>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
**The repository:**
|
**The repositories:**
|
||||||
```kotlin
|
```kotlin
|
||||||
jcenter()
|
jcenter()
|
||||||
|
mavenCentral()
|
||||||
|
maven("https://jitpack.io")
|
||||||
```
|
```
|
||||||
|
|
||||||
**The dependency:**
|
**The dependency:**
|
||||||
@@ -27,9 +29,11 @@ implementation("net.axay", "KSpigot", "VERSION_HERE")
|
|||||||
<summary><b>Gradle (Groovy)</b></summary>
|
<summary><b>Gradle (Groovy)</b></summary>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
**The repository:**
|
**The repositories:**
|
||||||
```groovy
|
```groovy
|
||||||
jcenter()
|
jcenter()
|
||||||
|
mavenCentral()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
```
|
```
|
||||||
|
|
||||||
**The dependency:**
|
**The dependency:**
|
||||||
@@ -45,13 +49,17 @@ implementation 'net.axay:KSpigot:VERSION_HERE'
|
|||||||
<summary><b>Maven</b></summary>
|
<summary><b>Maven</b></summary>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
**The repository:**
|
**The repositories:**
|
||||||
```xml
|
```xml
|
||||||
<repository>
|
<repository>
|
||||||
<id>jcenter</id>
|
<id>jcenter</id>
|
||||||
<name>jcenter</name>
|
<name>jcenter</name>
|
||||||
<url>https://jcenter.bintray.com</url>
|
<url>https://jcenter.bintray.com</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>jitpack.io</id>
|
||||||
|
<url>https://jitpack.io</url>
|
||||||
|
</repository>
|
||||||
```
|
```
|
||||||
|
|
||||||
**The dependency:**
|
**The dependency:**
|
||||||
|
Reference in New Issue
Block a user