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