mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 10:49:41 +02:00
7 lines
175 B
Groovy
7 lines
175 B
Groovy
description = """\
|
|
Smack for standard XMPP connections over TCP."""
|
|
|
|
dependencies {
|
|
compile project(':core')
|
|
testCompile project(':core').sourceSets.test.runtimeClasspath
|
|
}
|