Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 228 Bytes

How to use

repositories {
    maven("https://repo.fancyplugins.de/releases/")
    // or
    maven("https://repo.fancyplugins.de/snapshots/")
}

dependencies {
    implementation("de.oliver:FancyLib:<version>")
}