| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.org.retep.xmpp.xmpp |
| Идентификатор | Идентификаторbase |
| Последняя версия | Последняя версия9.11 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеretepXMPP XMPP Base protocols
This is the primary module external users should depend on.
It completes the uk.org.retep.xmpp.message package with the various
classes that depend on the JAXB objects, primarily the primary XMPP protocols:
streams, stanzaerror, streamerror, jabber-client, jabber-server,
component-accept and component-connect.
The JAXB handling is also defined in this module.
|
| Организация-разработчик |
Организация-разработчикRetep Development Group |
| Имя Файла | Размер |
|---|---|
| base-9.11.pom | |
| base-9.11.jar | 29 KB |
| base-9.11-tests.jar | 3 KB |
| base-9.11-sources.jar | 9 KB |
| base-9.11-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/base/ -->
<dependency>
<groupId>uk.org.retep.xmpp.xmpp</groupId>
<artifactId>base</artifactId>
<version>9.11</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/base/
implementation 'uk.org.retep.xmpp.xmpp:base:9.11'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/base/
implementation ("uk.org.retep.xmpp.xmpp:base:9.11")
'uk.org.retep.xmpp.xmpp:base:jar:9.11'
<dependency org="uk.org.retep.xmpp.xmpp" name="base" rev="9.11">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.xmpp', module='base', version='9.11')
)
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "base" % "9.11"
[uk.org.retep.xmpp.xmpp/base "9.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.xmpp.xmpp : commons | jar | 9.11 |
| uk.org.retep.xmpp.protocol : component-accept | jar | 9.11 |
| uk.org.retep.xmpp.protocol : component-connect | jar | 9.11 |
| uk.org.retep.xmpp.protocol : delay | jar | 9.11 |
| uk.org.retep.xmpp.protocol : jabber-client | jar | 9.11 |
| uk.org.retep.xmpp.protocol : jabber-server | jar | 9.11 |
| uk.org.retep.xmpp.protocol : stanzaerror | jar | 9.11 |
| uk.org.retep.xmpp.protocol : streamerror | jar | 9.11 |
| uk.org.retep.xmpp.protocol : streams | jar | 9.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.terracotta.modules » tim-annotations | jar | 1.4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |
| uk.org.retep : testFramework | jar | 9.11.1 |