mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 08:05:58 +01:00
7 lines
181 B
Groovy
7 lines
181 B
Groovy
description = """\
|
|
Smack XML parser using Stax."""
|
|
|
|
dependencies {
|
|
api project(':smack-xmlparser')
|
|
//testCompile project(path: ":smack-xmlparser", configuration: "testRuntime")
|
|
}
|