mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
* Update branding in docs * Update branding in README.md * Update branding in plugin READMEs * Update branding in plugins * Update branding in libraries * Update branding in the remaining places * Add CONTRIBUTING.md and LICENSE files * More branding in docs
238 B
238 B
How to use
repositories {
maven("https://repo.fancyinnovations.com/releases/")
// or
maven("https://repo.fancyinnovations.com/snapshots/")
}
dependencies {
implementation("de.oliver:FancyLib:<version>")
}