Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.34 KB

AzortisLib Logo Sonatype Nexus (Snapshots) Spiget Version

An extensive utility library for Spigot

Spigot

Please also check out our Spigot page for the library.

Maven

Add the following to your pom.xml

Repository

<repositories>
    <repository>
        <id>ossrh</id>
        <url>https://oss.sonatype.org/content/groups/public/</url>
    </repository>
</repositories>

Dependency

<dependencies>
    <dependency>
        <groupId>com.azortis</groupId>
        <artifactId>azortislib</artifactId>
        <version>@VERSION</version>
        <scope>compile</scope>
    </dependency>
</dependencies>

Please note that in order to use this library you must shade it into your resource. If you do not don't know how please refer to the maven-shade-plugin page. Also make sure you relocate this resource, you can find more about relocations here.