This commit is contained in:
Oliver
2025-03-03 21:57:54 +01:00
parent 1c8a53e778
commit ffc4c52c9a
197 changed files with 11722 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
# How to use
```kotlin
repositories {
maven("https://repo.fancyplugins.de/releases/")
// or
maven("https://repo.fancyplugins.de/snapshots/")
}
dependencies {
implementation("de.oliver:FancyLib:<version>")
}
```