Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 386 Bytes

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}"