0
0
mirror of https://github.com/tursom/TursomServer.git synced 2025-03-22 15:40:07 +08:00
TursomServer/utils/yaml/build.gradle

5 lines
108 B
Groovy
Raw Normal View History

2019-12-02 09:17:58 +08:00
dependencies {
// 解析YAML
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.25'
}