mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-07 00:38:42 +01:00
Update readme with gradle build information #932
This commit is contained in:
commit
0efedc0124
14
README.md
14
README.md
@ -18,7 +18,8 @@ Main pages:
|
|||||||
- Spigot: https://www.spigotmc.org/resources/4216/
|
- Spigot: https://www.spigotmc.org/resources/4216/
|
||||||
|
|
||||||
# Jobs API
|
# Jobs API
|
||||||
You can manually add the jar file to your build path or you can use jitpack if you use maven (don't know gradle):
|
You can manually add the jar file to your build path or you can use jitpack if you use maven or gradle:
|
||||||
|
## Maven:
|
||||||
```xml
|
```xml
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
@ -36,5 +37,16 @@ You can manually add the jar file to your build path or you can use jitpack if y
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
## Gradle:
|
||||||
|
```gradle
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url 'https://jitpack.io'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
implementation 'com.github.Zrips:Jobs:LATEST' //Change the LATEST to the current version of jobs
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
For API events: https://github.com/Zrips/Jobs/wiki/API
|
For API events: https://github.com/Zrips/Jobs/wiki/API
|
||||||
|
Loading…
Reference in New Issue
Block a user