Ktlibs Kotlinx DateTime

Spigot / BungeeCord / Velocity 插件,用于 kotlinx-datetime

资源图片
# Ktlibs Kotlinx DateTime Spigot / BungeeCord / Velocity 插件,用于 [kotlinx-datetime](https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime) 每天自动从 [kotlinx-datetime](https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime) 同步版本 [![Check versions](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/check.yml/badge.svg)](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/check.yml) [![Build](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/build.yml/badge.svg)](https://github.com/kotlin-libs-mcplg/ktlibs/actions/workflows/build.yml) # 面向玩家 / 服务器管理员 / 用户 如果您其他插件依赖此插件,您只需要下载此插件。 # 面向开发者 ```kts // build.gradle.kts val kotlinx_datetime_version = "版本" repositories { maven("https://api.modrinth.com/maven") } dependencies { implementation("maven.modrinth:ktlibs-kotlinx-datetime:$kotlinx_datetime_version") } ```