/modget-lib

Common functions for Modget

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

Modget Library

This library contains common functions used by different modget tools.

To use it, add jitpack to the end of your build.gradle repositories:

repositories {
    ...
    maven {
        url = "https://jitpack.io"
    }
}

And then add modget-lib to your dependencies:

implementation "com.github.ReviversMC:modget-lib:${modget_lib_version}"