mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
How to use
repositories {
maven("https://repo.fancyinnovations.com/releases/")
// or
maven("https://repo.fancyinnovations.com/snapshots/")
}
dependencies {
implementation("de.oliver:FancyLib:<version>")
}