1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-11 14:17:08 +02:00
Smack/smack-xmlparser-stax/build.gradle
2021-04-14 20:30:51 +02:00

8 lines
181 B
Groovy

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