mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 08:00:06 +08:00
10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
dependencies {
|
|
implementation(project(":ts-core"))
|
|
// 解析YAML
|
|
implementation(group = "org.yaml", name = "snakeyaml", version = "2.0")
|
|
}
|
|
|
|
|
|
|
|
|