| License |
License |
|---|---|
| Categories |
CategoriesSmack Application Layer Libs Messaging |
| GroupId | GroupIdjivesoftware |
| ArtifactId | ArtifactIdsmackx |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSmack Extensions
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 |
|---|---|
| smackx-3.1.0.pom | |
| smackx-3.1.0.jar | 502 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jivesoftware/smackx/ -->
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smackx</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation 'jivesoftware:smackx:3.1.0'
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation ("jivesoftware:smackx:3.1.0")
'jivesoftware:smackx:jar:3.1.0'
<dependency org="jivesoftware" name="smackx" rev="3.1.0">
<artifact name="smackx" type="jar" />
</dependency>
@Grapes(
@Grab(group='jivesoftware', module='smackx', version='3.1.0')
)
libraryDependencies += "jivesoftware" % "smackx" % "3.1.0"
[jivesoftware/smackx "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| jivesoftware : smack | jar | 3.1.0 |