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
- Host: GitHub
- URL: https://github.com/reviversmc/modget-lib
- Owner: ReviversMC
- License: lgpl-3.0
- Created: 2021-09-22T12:42:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T09:32:20.000Z (over 4 years ago)
- Last Synced: 2025-02-23T22:41:27.232Z (over 1 year ago)
- Topics: library
- Language: Java
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}"
```