An open API service indexing awesome lists of open source software.

https://github.com/reviversmc/modget-lib

Common functions for Modget
https://github.com/reviversmc/modget-lib

library

Last synced: 2 days ago
JSON representation

Common functions for Modget

Awesome Lists containing this project

README

          

# 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:
```gradle
repositories {
...
maven {
url = "https://jitpack.io"
}
}
```

And then add modget-lib to your dependencies:
```gradle
implementation "com.github.ReviversMC:modget-lib:${modget_lib_version}"
```