mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Add libs
This commit is contained in:
13
libraries/common/README.md
Normal file
13
libraries/common/README.md
Normal 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>")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user