s

smack

Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence.
http://www.jivesoftware.org/smack/
Files download
File Operation
smack-2.0.0.jar download
smack-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>jivesoftware</groupId>
  <artifactId>smack</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'jivesoftware:smack:2.0.0'
Gradle Kotlin
implementation("jivesoftware:smack:2.0.0")
Scala SBT
libraryDependencies += "jivesoftware" % "smack" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='jivesoftware', module='smack', version='2.0.0')
)
Apache Ivy
<dependency org="jivesoftware" name="smack" rev="2.0.0" />
Leiningen
[jivesoftware/smack "2.0.0"]
Apache Buildr
'jivesoftware:smack:jar:2.0.0'
Dependencies
The project has no third-party dependencies