mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 10:32:05 +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")
|
|
}
|