Smack/tcp/build.gradle

8 lines
175 B
Groovy

description = """\
Smack for standard XMPP connections over TCP."""
dependencies {
compile project(':core')
testCompile project(':core').sourceSets.test.runtimeClasspath
}