mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-25 11:20:12 +08:00
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
`maven-publish`
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":"))
|
|
// 解析XML https://mvnrepository.com/artifact/org.dom4j/dom4j
|
|
api(group = "org.dom4j", name = "dom4j", version = "2.1.3")
|
|
}
|
|
|
|
|
|
|
|
|