| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.org.retep.xmpp.protocol |
| Идентификатор | Идентификаторstanzaerror |
| Последняя версия | Последняя версия10.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеretepXMPP XMPP Protocol stanzaerror
This part of the project contains the core api, xml schemas for each
supported xmpp protocol and the jaxb generated code.
Because this section rarely changes (i.e. when a new protocol is added
or when an existing protocol is updated by the XMPP Standards Foundation
its usually not required to actually build from this directory but
allow maven to retrieve the pre-built artifacts instead.
Doing this will save you a lot of time as there are over 100 modules
within this part of the project.
|
| Организация-разработчик |
Организация-разработчикRetep Development Group |
| Имя Файла | Размер |
|---|---|
| stanzaerror-10.6.pom | |
| stanzaerror-10.6.jar | 6 KB |
| stanzaerror-10.6-tests.jar | 1 KB |
| stanzaerror-10.6-sources.jar | 4 KB |
| stanzaerror-10.6-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/stanzaerror/ -->
<dependency>
<groupId>uk.org.retep.xmpp.protocol</groupId>
<artifactId>stanzaerror</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/stanzaerror/
implementation 'uk.org.retep.xmpp.protocol:stanzaerror:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.protocol/stanzaerror/
implementation ("uk.org.retep.xmpp.protocol:stanzaerror:10.6")
'uk.org.retep.xmpp.protocol:stanzaerror:jar:10.6'
<dependency org="uk.org.retep.xmpp.protocol" name="stanzaerror" rev="10.6">
<artifact name="stanzaerror" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.protocol', module='stanzaerror', version='10.6')
)
libraryDependencies += "uk.org.retep.xmpp.protocol" % "stanzaerror" % "10.6"
[uk.org.retep.xmpp.protocol/stanzaerror "10.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.xmpp : annotations | jar | 10.6 |
| uk.org.retep.tools : builder | jar | 10.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.xmpp.xmpp : schemas | jar | 10.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |
| uk.org.retep : testFramework | jar | 10.6 |