MVN

uk.org.retep.xmpp : main

Maven & Gradle

Jun 09, 2010

retepXMPP Main · This is the main part of the project and usually the only part you would want to load into an IDE due to the sheer number of modules contained within the main schemas section.

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

Latest Version

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

  • Latest Stable: 10.6

All Versions

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

Version Vulnerabilities Updated
10.6
main-10.6
10.1
main-10.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement