LilyLib is a library mod for my Fabric/Quilt projects. The mod doesn't do anything on its own so only download it if another mod requires it!
Add the following to your build.gradle or build.gradle.kts file:
repositories {
// ...
maven {
url("https://maven.lilydev.com/[REPOSITORY]")
}
}
dependencies {
// ...
modImplementation("com.lilydev:LilyLib:[VERSION]")
}Replace [REPOSITORY] with snapshots or releases depending on the version
you're targeting, and replace [VERSION] with the version (e.g 0.1.0-beta.1).
You can find every version on my Maven repository.
LilyLib is licensed under the MIT License.