paper api maven

Solutions on MaxInterview for paper api maven by the best coders in the world

showing results for - "paper api maven"
Isabelle
25 Jun 2016
1Maven Repo (for paper-api):
2<repository>
3    <id>papermc</id>
4    <url>https://papermc.io/repo/repository/maven-public/</url>
5</repository>
6Artifact Information:
7<dependency>
8    <groupId>com.destroystokyo.paper</groupId>
9    <artifactId>paper-api</artifactId>
10    <version>1.16.5-R0.1-SNAPSHOT</version>
11    <scope>provided</scope>
12</dependency>