1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-18 02:02:04 +01:00
Smack/smack-bosh/build.gradle

8 lines
180 B
Groovy

description = """\
Smack BOSH API.
This API is considered beta quality."""
dependencies {
compile project(':smack-core')
compile 'org.igniterealtime.jbosh:jbosh:[0.9.1,0.10)'
}