Skip to content

N0RSKA/HarvestEXPAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

HarvestEXPAPI

JitPack

API for integrating with the HarvestEXP plugin.

Quick Start

Maven Integration

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.N0RSKA</groupId>
        <artifactId>HarvestEXPAPI</artifactId>
        <version>REPLACE WITH JITPACK VERSION</version>
    </dependency>
</dependencies>

Links