Smack/smack-tcp/build.gradle

8 lines
190 B
Groovy

description = """\
Smack for standard XMPP connections over TCP."""
dependencies {
compile project(':smack-core')
testCompile project(path: ":smack-core", configuration: "testRuntime")
}