mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
21 lines
446 B
Markdown
21 lines
446 B
Markdown
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.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
```
|
|
|