is not current version
Last Version 3.1.0

jivesoftware:smack 2.0.0

Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence.

Categories

Categories

Smack Application Layer Libs Messaging
GroupId

GroupId

jivesoftware
ArtifactId

ArtifactId

smack
Version

Version

2.0.0
Type

Type

jar

Download smack 2.0.0


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