| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.org.retep.xmpp.server |
| Идентификатор | Идентификаторmulticast |
| Последняя версия | Последняя версия10.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеretepXMPP XEP-0033 Multicast Service
This is the main part of the project and usually the only part
you would want to load into an IDE due to the sheer number of
modules contained within the main schemas section.
|
| Организация-разработчик |
Организация-разработчикRetep Development Group |
| Имя Файла | Размер |
|---|---|
| multicast-10.6.pom | |
| multicast-10.6.jar | 1 KB |
| multicast-10.6-tests.jar | 1 KB |
| multicast-10.6-sources.jar | 317 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.server/multicast/ -->
<dependency>
<groupId>uk.org.retep.xmpp.server</groupId>
<artifactId>multicast</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.server/multicast/
implementation 'uk.org.retep.xmpp.server:multicast:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.server/multicast/
implementation ("uk.org.retep.xmpp.server:multicast:10.6")
'uk.org.retep.xmpp.server:multicast:jar:10.6'
<dependency org="uk.org.retep.xmpp.server" name="multicast" rev="10.6">
<artifact name="multicast" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.server', module='multicast', version='10.6')
)
libraryDependencies += "uk.org.retep.xmpp.server" % "multicast" % "10.6"
[uk.org.retep.xmpp.server/multicast "10.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.xmpp : core | jar | 10.6 |
| uk.org.retep.xmpp.protocol : address | jar | 10.6 |
| uk.org.retep.xmpp.protocol : disco-info | jar | 10.6 |
| uk.org.retep.xmpp.protocol : disco-items | jar | 10.6 |
| uk.org.retep.xmpp.xmpp : core | jar | 10.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.xmpp.protocol : jabber-client | jar | 10.6 |
| junit : junit | jar | 4.7 |
| uk.org.retep : testFramework | jar | 10.6 |