[ci-skip] Update README.md

This commit is contained in:
Jason
2021-01-08 00:38:51 -08:00
committed by GitHub
parent 5c0dbf179b
commit bba9cfffb5

View File

@@ -59,7 +59,16 @@ for the license of material used/modified by this project.
## API ## API
Purpur API maven dependency: ### [Javadoc](https://purpur.pl3x.net/javadoc)
### Dependency Information
Maven
```xml
<repository>
<id>purpur</id>
<url>https://repo.pl3x.net/</url>
</repository>
```
```xml ```xml
<dependency> <dependency>
<groupId>net.pl3x.purpur</groupId> <groupId>net.pl3x.purpur</groupId>
@@ -68,14 +77,8 @@ Purpur API maven dependency:
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
```xml
<repository>
<id>purpur</id>
<url>https://repo.pl3x.net/</url>
</repository>
```
Purpur API gradle dependency: Gradle
```kotlin ```kotlin
repositories { repositories {
maven("https://repo.pl3x.net/") maven("https://repo.pl3x.net/")