Download smackx-1.5.0.jar file - Jar s

Jar examples for s:smackx

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

License

Apache License, Version 2.0

Build File

You can use the following script to add smackx-1.5.0.jar to your project.

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

Download

Click the following link to download the jar file.

smackx-1.5.0.jar
smackx-1.5.0.pom



Related Tutorials