b

base

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.
Files download
File Operation
base-9.11.jar download
base-9.11.pom download
base-9.11-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.org.retep.xmpp.xmpp</groupId>
  <artifactId>base</artifactId>
  <version>9.11</version>
</dependency>
Gradle Groovy
implementation 'uk.org.retep.xmpp.xmpp:base:9.11'
Gradle Kotlin
implementation("uk.org.retep.xmpp.xmpp:base:9.11")
Scala SBT
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "base" % "9.11"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.retep.xmpp.xmpp', module='base', version='9.11')
)
Apache Ivy
<dependency org="uk.org.retep.xmpp.xmpp" name="base" rev="9.11" />
Leiningen
[uk.org.retep.xmpp.xmpp/base "9.11"]
Apache Buildr
'uk.org.retep.xmpp.xmpp:base:jar:9.11'