<repositories>
<repository>
<id>imanity-repo</id>
<url>https://maven.imanity.dev/repository/imanity-libraries/</url>
</repository>
</repositories>
DO NOT SHADE IT INTO YOUR PLUGIN, USE provided AS SCOPE
<dependency>
<groupId>org.imanity.spigot</groupId>
<artifactId>imanityspigot-api</artifactId>
<version>2.1.3b2</version>
<scope>provided</scope>
</dependency>