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

6 lines
133 B
Groovy
Raw Normal View History

2019-12-02 09:17:58 +08:00
dependencies {
2020-05-03 17:28:05 +08:00
compile project(":")
2019-12-02 09:17:58 +08:00
// 解析YAML
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.25'
}