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