Application Programming Interface for my bukkit plugin PremiumVanish used for Spigot/CraftBukkit Minecraft servers https://www.spigotmc.org/resources/premiumvanish-stay-hidden-bungee-support.14404/
This is purely meant to be used as a dependency and must not be included inside of your plugin jar.
The actual API will be loaded by PremiumVanish itself.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<!-- PremiumVanishAPI -->
<dependency>
<groupId>com.github.LeonMangler</groupId>
<artifactId>PremiumVanishAPI</artifactId>
<version>2.9.0-4</version>
<scope>provided</scope>
</dependency>
</dependencies>