License |
License |
---|---|
GroupId | GroupIduk.org.retep.xmpp.xmpp |
ArtifactId | ArtifactIdbase |
Last Version | Last Version9.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepXMPP 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.
|
Project Organization |
Project OrganizationRetep Development Group |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
org.terracotta.modules » tim-annotations | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
uk.org.retep : testFramework | jar | 9.11.1 |