mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-08 02:30:36 +08:00
5 lines
101 B
Groovy
5 lines
101 B
Groovy
dependencies {
|
|
// 解析XML
|
|
implementation group: 'dom4j', name: 'dom4j', version: '1.6.1'
|
|
}
|