s

smackx

Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. A pure Java library, it can be embedded into your applications to create anything from a full XMPP client to simple XMPP integrations such as sending notification messages.
http://www.jivesoftware.org/smack/
Apache License, Version 2.0
Files download
File Operation
smackx-3.1.0.jar download
smackx-3.1.0.pom download
Apache Maven
<dependency>
  <groupId>jivesoftware</groupId>
  <artifactId>smackx</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'jivesoftware:smackx:3.1.0'
Gradle Kotlin
implementation("jivesoftware:smackx:3.1.0")
Scala SBT
libraryDependencies += "jivesoftware" % "smackx" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='jivesoftware', module='smackx', version='3.1.0')
)
Apache Ivy
<dependency org="jivesoftware" name="smackx" rev="3.1.0" />
Leiningen
[jivesoftware/smackx "3.1.0"]
Apache Buildr
'jivesoftware:smackx:jar:3.1.0'
Dependencies