mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-22 02:00:24 +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'
|
||
|
}
|