MVN

com.fifesoft : rtext-root-pom

Maven & Gradle

Jun 13, 2013

RText Root Pom · The top-most pom for building the RText editor application and associated editor components and libraries.

<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>rtext-root-pom</artifactId>
    <version>3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fifesoft : rtext-root-pom to add to Maven - Latest Versions:

  • Latest Stable: 3

All Versions

Choose a version of com.fifesoft : rtext-root-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
3
rtext-root-pom-3
2
rtext-root-pom-2
1
rtext-root-pom-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>rtext-root-pom</artifactId>
    <version>3</version>
</dependency>

Advertisement