1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 05:55:27 +01:00

Dependency

This commit is contained in:
montlikadani 2020-03-01 14:21:50 +01:00
parent 02178fc719
commit 0afc567335
2 changed files with 8 additions and 0 deletions

BIN
libs/BossAPI_3.1.0.jar Normal file

Binary file not shown.

View File

@ -21,6 +21,14 @@
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- Boss -->
<dependency>
<groupId>org.mineacademy.boss.api</groupId>
<artifactId>boss-api</artifactId>
<version>3.1.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/BossAPI_3.1.0.jar</systemPath>
</dependency>
<!-- MyPet -->
<dependency>
<groupId>de.keyle</groupId>