Setup

Step 1: Add ProtectorAPI into your project

Latest Version:

Javadoc: https://javadoc.io/doc/io.github.lijinhong11/protectorapi-api/latest/index.html

Maven

<dependency>
    <groupId>io.github.lijinhong11</groupId>
    <artifactId>protectorapi-api</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

Gradle Groovy:

implementation 'io.github.lijinhong11:protectorapi-api:VERSION'

Gradle Kotlin:

implementation("io.github.lijinhong11:protectorapi-api:VERSION")

NOTE: Whatever you want, do not shade it into your artifact!

Step 2: Enjoy :)

Last updated