mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-02-16 22:06:25 +01:00
8 lines
173 B
Groovy
8 lines
173 B
Groovy
description = """\
|
|
Smack BOSH API.
|
|
This API is considered beta quality."""
|
|
|
|
dependencies {
|
|
compile project(':smack-core')
|
|
compile 'org.igniterealtime.jbosh:jbosh:0.8.0'
|
|
}
|