Skip to content

Releases: TheMGRF/InventoryAPI

🎉First release 🎉

16 Jul 11:00

Choose a tag to compare

The first proper release of InventoryAPI with a easy to use remote maven repository.

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.TheMGRF</groupId>
    <artifactId>InventoryAPI</artifactId>
    <version>1.0.0</version>
</dependency>