не последняя версия
Последняя версия 3.1.0

jivesoftware:smackx 3.0.4

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.

Категории

Категории

Smack Библиотеки уровня приложения Messaging
Группа

Группа

jivesoftware
Идентификатор

Идентификатор

smackx
Версия

Версия

3.0.4
Тип

Тип

jar

Скачать smackx 3.0.4

Имя Файла Размер
smackx-3.0.4.pom
smackx-3.0.4.jar 464 KB
Обзор

<!-- https://jarcasting.com/artifacts/jivesoftware/smackx/ -->
<dependency>
    <groupId>jivesoftware</groupId>
    <artifactId>smackx</artifactId>
    <version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation 'jivesoftware:smackx:3.0.4'
// https://jarcasting.com/artifacts/jivesoftware/smackx/
implementation ("jivesoftware:smackx:3.0.4")
'jivesoftware:smackx:jar:3.0.4'
<dependency org="jivesoftware" name="smackx" rev="3.0.4">
  <artifact name="smackx" type="jar" />
</dependency>
@Grapes(
@Grab(group='jivesoftware', module='smackx', version='3.0.4')
)
libraryDependencies += "jivesoftware" % "smackx" % "3.0.4"
[jivesoftware/smackx "3.0.4"]