To get started with the API you must add it to your Maven / Gradle Project.
Replace LATEST-VERSION with the version found below.
<repositories>
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.Finally-A-Decent</groupId>
<artifactId>API</artifactId>
<version>LATEST-VERSION</version>
<scope>provided</scope>
</dependency>
</dependencies>
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.Finally-A-Decent.Fadah:API:LATEST-VERSION'
}
repositories {
maven("https://jitpack.io")
}
dependencies {
compileOnly("com.github.Finally-A-Decent.Fadah:API:LATEST-VERSION")
}