License |
License |
---|---|
Categories |
CategoriesSmack Application Layer Libs Messaging |
GroupId | GroupIdjivesoftware |
ArtifactId | ArtifactIdsmack |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmack
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.
|
Filename | Size |
---|---|
smack-3.1.0.pom | |
smack-3.1.0.jar | 278 KB |
Browse |
<!-- 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"]