mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
446 B
446 B
Official repository for MMOItems Premium
Using MMOItems as dependency
Register the PhoenixDevt repo
<repository>
<id>phoenix</id>
<url>https://nexus.phoenixdevt.fr/repository/maven-public/</url>
</repository>
And then add MMOItems-API as dependency
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOItems-API</artifactId>
<version>6.9.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>