[ci skip] docs: Fix maven guide

master
William 12 months ago committed by GitHub
parent 85318116d9
commit 4b4a14288c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,14 +86,14 @@ DesertWell is available on JitPack and requires Adventure. You can browse the Ja
First, add the JitPack repository to your `build.gradle`:
```groovy
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://repo.william278.net/snapshots/' }
}
```
Then add the dependency:
```groovy
dependencies {
implementation 'net.william278:PAPIProxyBridge:1.2'
implementation 'net.william278:desertwell:2.0.4-SNAPSHOT'
}
```
</details>
@ -102,4 +102,4 @@ dependencies {
JitPack has a [handy guide](https://jitpack.io/#net.william278/DesertWell/#How_to) for how to use the dependency with other build platforms.
## License
DesertWell is licensed under Apache-2.0.
DesertWell is licensed under Apache-2.0.

Loading…
Cancel
Save