Skip to content

PandorianMC/PandorCoreAPI

Repository files navigation

PandorCoreAPI

PandorCoreAPI for PandorCore

Maven

Replace LATEST with latest version in Releases.

<repository>
    <id>pandor-repo</id>
    <url>https://repo.pandorianmc.net/releases</url>
</repository>

<dependency>
  <groupId>net.pandorianmc</groupId>
  <artifactId>PandorCoreAPI</artifactId>
  <version>LATEST</version>
  <scope>provided</scope>
</dependency>