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