Download smack-2.2.1.jar file - Jar s

Jar examples for s:smack

Description

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 2.2.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add smack-2.2.1.jar to your project.

<dependency>
   <groupId>jivesoftware</groupId>
   <artifactId>smack</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'jivesoftware', name: 'smack', version: '2.2.1'
libraryDependencies += "jivesoftware" % "smack" % "2.2.1"
<dependency org="jivesoftware" name="smack" rev="2.2.1"/>
@Grapes(@Grab(group='jivesoftware', module='smack', version='2.2.1'))
'jivesoftware:smack:jar:2.2.1'

Download

Click the following link to download the jar file.

smack-2.2.1.jar
smack-2.2.1.pom



Related Tutorials