mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-15 14:50:32 +08:00
5 lines
141 B
Groovy
5 lines
141 B
Groovy
dependencies {
|
|
implementation project(":utils:xml")
|
|
// 解析XML
|
|
implementation group: 'dom4j', name: 'dom4j', version: '1.6.1'
|
|
} |