MVN

uk.org.retep.xmpp.xmpp : xmpp

Maven & Gradle

Jan 29, 2010

retepXMPP XMPP · The common classes for XMPP and JAXB. The published schemas from xmpp.org are retrieved and compiled into an artifact for each protocol. External projects should depend on the base module + the protocol's they are interested in. All other dependencies are then retrieved automatically by maven.

<dependency>
    <groupId>uk.org.retep.xmpp.xmpp</groupId>
    <artifactId>xmpp</artifactId>
    <version>9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep.xmpp.xmpp : xmpp to add to Maven - Latest Versions:

  • Latest Stable: 9.11

All Versions

Choose a version of uk.org.retep.xmpp.xmpp : xmpp to add to Maven - All Versions:

Version Vulnerabilities Updated
9.11
xmpp-9.11

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>uk.org.retep.xmpp.xmpp</groupId>
    <artifactId>xmpp</artifactId>
    <version>9.11</version>
</dependency>

Advertisement