mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-16 12:21:35 +01:00
Added Gradle dependency to README
This commit is contained in:
parent
b8e4e2010d
commit
ecca366fec
13
README.md
13
README.md
@ -89,7 +89,7 @@ Do not submit PRs that only address code formatting because they will not be acc
|
||||
|
||||
BentoBox uses Maven, and its Maven repository is kindly provided by [CodeMC](https://codemc.org).
|
||||
|
||||
### Maven dependency
|
||||
### Maven
|
||||
```xml
|
||||
<repositories>
|
||||
<repository>
|
||||
@ -107,3 +107,14 @@ BentoBox uses Maven, and its Maven repository is kindly provided by [CodeMC](htt
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
|
||||
### Gradle
|
||||
```groovy
|
||||
repositories {
|
||||
maven { url "https://repo.codemc.org/repository/maven-public/" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'world.bentobox:bentobox:PUT-VERSION-HERE'
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user