mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-08 18:50:11 +08:00
5 lines
108 B
Groovy
5 lines
108 B
Groovy
|
dependencies {
|
||
|
// 解析YAML
|
||
|
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.25'
|
||
|
}
|