MVN

uk.org.retep.xmpp.xmpp : schemaParent

Maven & Gradle

Jun 09, 2010

retepXMPP - Schemas · 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.

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

Latest Version

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

  • Latest Stable: 10.6

All Versions

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

Version Vulnerabilities Updated
10.6
schemaParent-10.6
10.1
schemaParent-10.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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