ReviversMC / modget-lib

Common functions for Modget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common functions for Modget

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%