Skip to main content

Developer API

Javadocs & Accessโ€‹

JitPack

API for integrating with the GappleOptions plugin.

Maven Integrationโ€‹

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.N0RSKA</groupId>
<artifactId>GappleOptionsAPI</artifactId>
<version>REPLACE WITH JITPACK VERSION</version>
</dependency>
</dependencies>