Skip to content

ybw0014/guizhanlib-kt

Repository files navigation

GuizhanLib for Kotlin

Maven Central

The extended GuizhanLib for Kotlin Slimefun/Rebar addon development.

Adopted and extended part of sf4k.

Usage

You have to apply kotlin stdlib and reflect dependencies to your project on your own.

Then, add the following to your build.gradle.kts:

dependencies {
    implementation("net.guizhanss:guizhanlib-kt-all:[VERSION]")
}

If you only need a specific package, use the specific package name instead of all.

Snapshots

If you want to use snapshot versions, add the following to your repositories:

repositories {
    maven("https://central.sonatype.com/repository/maven-snapshots/")
}

Manuals

  • Kommand for the DSL style command framework

About

A kotlin library for Slimefun/Rebar addon development.

Resources

License

Stars

Watchers

Forks

Contributors