πGetting started
Since 1.0.0
Versions
Adding MCUtils to your project
Repository and dependency
<repository>
<id>mcutils</id>
<url>https://mcurepo.codersky.net/</url>
</repository><dependency>
<groupId>net.codersky</groupId>
<artifactId>MCUtils</artifactId>
<version>1.0.0</version>
</dependency> Shading and avoiding compatibility issues
Example pom.xml
Last updated