1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-11 14:17:11 +02:00
Smack/smack-debug-slf4j/build.gradle
2021-04-14 20:30:51 +02:00

10 lines
254 B
Groovy

description = """\
Smack slf4j debugger.
Inspect the exchanged XMPP stanzas.
Connect your favourite slf4j backend of choice to get output inside of it"""
dependencies {
api project(':smack-core')
implementation 'org.slf4j:slf4j-api:[1.7,1.8)'
}