s

smackx

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