mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
10 lines
317 B
Groovy
10 lines
317 B
Groovy
description = """\
|
|
Smack BOSH API.
|
|
This API is considered beta quality."""
|
|
|
|
dependencies {
|
|
api project(':smack-core')
|
|
// See https://issues.igniterealtime.org/browse/SMACK-858 and
|
|
// comment in version.gradle why the specify the version this way.
|
|
implementation 'org.igniterealtime.jbosh:jbosh:[0.9.1,0.9.999]'
|
|
}
|