[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`: First, add the JitPack repository to your `build.gradle`:
```groovy ```groovy
repositories { repositories {
maven { url 'https://jitpack.io' } maven { url 'https://repo.william278.net/snapshots/' }
} }
``` ```
Then add the dependency: Then add the dependency:
```groovy ```groovy
dependencies { dependencies {
implementation 'net.william278:PAPIProxyBridge:1.2' implementation 'net.william278:desertwell:2.0.4-SNAPSHOT'
} }
``` ```
</details> </details>

Loading…
Cancel
Save