mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-10-31 22:15:59 +01:00
9 lines
188 B
Groovy
9 lines
188 B
Groovy
description = """\
|
|
SASL with javax.security.sasl
|
|
Use javax.security.sasl for SASL."""
|
|
|
|
dependencies {
|
|
api project(':smack-core')
|
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
|
}
|