# Ktlibs Kotlin Stdlib
Spigot / BungeeCord / Velocity 插件,用于 [ktorm](https://github.com/kotlin-orm/ktorm)
每天从 [ktorm](https://central.sonatype.com/artifact/org.ktorm/ktorm-core) 自动同步版本
[](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/check.yml)
[](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/build.yml)
# 面向玩家 / 服务器管理员 / 用户
您只需要下载此插件,如果其他插件依赖于它
# 面向开发者
```kts
// build.gradle.kts
val ktorm_version = "the version"
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
implementation("maven.modrinth:ktlibs-ktorm:$ktorm_version")
}
```