mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-03 08:03:26 +01:00
updated API docs
This commit is contained in:
parent
219b7e3a6b
commit
61d5ce77f3
@ -13,15 +13,15 @@ You can use maven to add ChestSort as a dependency to your Spigot-/Bukkit-Plugin
|
||||
```xml
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jeff-media-repo</id>
|
||||
<url>https://repo.jeff-media.de/maven2</url>
|
||||
<id>jeff-media-public</id>
|
||||
<url>https://hub.jeff-media.com/nexus/repository/jeff-media-public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>de.jeff_media</groupId>
|
||||
<artifactId>ChestSortAPI</artifactId>
|
||||
<version>11.0.0-SNAPSHOT</version>
|
||||
<version>12.0.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user