is not current version
Last Version 3.1.0

jivesoftware:smackx 2.2.1

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.

Categories

Categories

Smack Application Layer Libs Messaging
GroupId

GroupId

jivesoftware
ArtifactId

ArtifactId

smackx
Version

Version

2.2.1
Type

Type

jar

Download smackx 2.2.1


<!-- https://jarcasting.com/artifacts/jivesoftware/smackx/ -->
<dependency>
    <groupId>jivesoftware</groupId>
    <artifactId>smackx</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation 'jivesoftware:smackx:2.2.1'
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation ("jivesoftware:smackx:2.2.1")
'jivesoftware:smackx:jar:2.2.1'
<dependency org="jivesoftware" name="smackx" rev="2.2.1">
  <artifact name="smackx" type="jar" />
</dependency>
@Grapes(
@Grab(group='jivesoftware', module='smackx', version='2.2.1')
)
libraryDependencies += "jivesoftware" % "smackx" % "2.2.1"
[jivesoftware/smackx "2.2.1"]