Last Version

Smack 3.1.0

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.

License

License

Categories

Categories

Smack Application Layer Libs Messaging
GroupId

GroupId

jivesoftware
ArtifactId

ArtifactId

smack
Version

Version

3.1.0
Type

Type

jar
Description

Description

Smack
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.

Download smack 3.1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.