☕Java API

Installing the API

You just have to use maven or gradle, you can get the API here

<repository>
    <id>jitpack-repo</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.LoneDev6</groupId>
    <artifactId>api-itemsadder</artifactId>
    <version>3.0.0</version>
    <scope>provided</scope>
</dependency>

Javadocs

Important notes

Last updated

Was this helpful?