Maven Repository
-
Maven Repository
Contents
pom.xml(top)
This is an example of what to put in your pom.xml to get the API's from the repository.
Code (XML):<repositories>
<repository>
<id>nukkit-repo</id>
<url>https://repo.nukkitx.com/snapshot</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>cn.nukkit</groupId>
<artifactId>nukkit</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies> - Loading...
- Loading...
(1603 Views)
Last Modified: May 13, 2018 at 3:14 PM
(Cached)