Updated Adding ProtocolLib as a Dependency (markdown)

Dan Mulloy 2021-11-13 23:57:11 -05:00
parent 17d86cda37
commit 42e8f5369e
1 changed files with 2 additions and 2 deletions

@ -23,11 +23,11 @@ Maven and Gradle _should_ download the JavaDocs. If not, you can find them here:
**Gradle**
```groovy
repositories {
maven { url "https://repo.dmulloy2.net/nexus/repository/public/" }
maven { url "https://repo.dmulloy2.net/repository/public/" }
}
dependencies {
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.7.0-SNAPSHOT";
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.7.0";
}
```