Integration - NeumimTo/Pl3xMap GitHub Wiki
<repository>
<id>pl3x-repo</id>
<url>https://repo.pl3x.net/</url>
</repository><dependency>
<groupId>net.pl3x.map</groupId>
<artifactId>pl3xmap-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>repositories {
maven("https://repo.pl3x.net/")
}dependencies {
compileOnly("net.pl3x.map", "pl3xmap-api", "1.0.0-SNAPSHOT")
}