Skip to content

AzortisCode/AzortisLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages