Jar examples for s: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.
You can download jar file smack 3.1.0 in this page.
Apache License, Version 2.0
You can use the following script to add smack-3.1.0.jar to your project.
<dependency> <groupId>jivesoftware</groupId> <artifactId>smack</artifactId> <version>3.1.0</version> </dependency>
compile group: 'jivesoftware', name: 'smack', version: '3.1.0'
libraryDependencies += "jivesoftware" % "smack" % "3.1.0"
<dependency org="jivesoftware" name="smack" rev="3.1.0"/>
@Grapes(@Grab(group='jivesoftware', module='smack', version='3.1.0'))
'jivesoftware:smack:jar:3.1.0'
Click the following link to download the jar file.
smack-3.1.0.jar