1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24:50 +02:00
Smack/smack-debug/build.gradle
2021-04-14 20:30:51 +02:00

8 lines
124 B
Groovy

description = """\
Smack GUI debugger.
Inspect the exchanged XMPP stanzas."""
dependencies {
api project(':smack-core')
}