Skip to content

🎉First release 🎉

Latest

Choose a tag to compare

@TheMGRF TheMGRF released this 16 Jul 11:00
· 1 commit to master since this release

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>