Install the library

Let's use gradle!

To install and use MaxiLib with your mod, you need to add the following to your build.gradle file:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.Max094Reikeb:MaxiLib:TAG'
}

Tip: check the release tags on GitHub to see what to replace "TAG" with.

And that's all! You can now reload your Gradle project, and you can start modding using MaxiLib!

Last updated