MVN

ca.qc.ircm : parent

Maven & Gradle

May 11, 2021

parent · Parent POM for IRCM's projects.

<dependency>
    <groupId>ca.qc.ircm</groupId>
    <artifactId>parent</artifactId>
    <version>10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.qc.ircm : parent to add to Maven - Latest Versions:

  • Latest Stable: 10

All Versions

Choose a version of ca.qc.ircm : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
10
parent-10
9
parent-9
8
parent-8
7
parent-7
5
parent-5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ca.qc.ircm</groupId>
    <artifactId>parent</artifactId>
    <version>10</version>
</dependency>