mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 15:45: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")
|
||
|
}
|