s

smackx-debug

Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. This library provides a debugging mechanism for viewing raw packets as they are sent and received from the client side via Smack.
http://www.igniterealtime.org/projects/smack/
The Apache Software License, Version 2.0
Ignite Realtime
Robin Collier
Files download
File Operation
smackx-debug-3.2.1.jar download
smackx-debug-3.2.1.pom download
smackx-debug-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.igniterealtime.smack</groupId>
  <artifactId>smackx-debug</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.igniterealtime.smack:smackx-debug:3.2.1'
Gradle Kotlin
implementation("org.igniterealtime.smack:smackx-debug:3.2.1")
Scala SBT
libraryDependencies += "org.igniterealtime.smack" % "smackx-debug" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.igniterealtime.smack', module='smackx-debug', version='3.2.1')
)
Apache Ivy
<dependency org="org.igniterealtime.smack" name="smackx-debug" rev="3.2.1" />
Leiningen
[org.igniterealtime.smack/smackx-debug "3.2.1"]
Apache Buildr
'org.igniterealtime.smack:smackx-debug:jar:3.2.1'
Dependencies
The project has no third-party dependencies