Skip to content
Mezy edited this page Apr 18, 2020 · 4 revisions

Add the API to your project using maven

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
<dependency>
  <groupId>com.github.Mezy</groupId>
  <artifactId>UhcCore</artifactId>
  <version>v1.16</version>
</dependency>
Clone this wiki locally