mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
8 lines
183 B
Groovy
8 lines
183 B
Groovy
|
description = """\
|
||
|
Smack XML parser using Stax."""
|
||
|
|
||
|
dependencies {
|
||
|
compile project(':smack-xmlparser')
|
||
|
testCompile project(path: ":smack-xmlparser", configuration: "testRuntime")
|
||
|
}
|