mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33: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
13 lines
238 B
Markdown
13 lines
238 B
Markdown
# How to use
|
|
|
|
```kotlin
|
|
repositories {
|
|
maven("https://repo.fancyinnovations.com/releases/")
|
|
// or
|
|
maven("https://repo.fancyinnovations.com/snapshots/")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("de.oliver:FancyLib:<version>")
|
|
}
|
|
``` |