Smack/smack-xmlparser-stax/build.gradle

8 lines
181 B
Groovy

description = """\
Smack XML parser using Stax."""
dependencies {
api project(':smack-xmlparser')
//testCompile project(path: ":smack-xmlparser", configuration: "testRuntime")
}