Releases: TheMGRF/InventoryAPI
Releases · TheMGRF/InventoryAPI
🎉First 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>