MVN

net.maritimecloud : mc-root-pom

Maven & Gradle

Nov 04, 2014

MaritimeCloud Root Pom · The root pom for all maven projects under maritimecloud.net

<dependency>
    <groupId>net.maritimecloud</groupId>
    <artifactId>mc-root-pom</artifactId>
    <version>8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.maritimecloud : mc-root-pom to add to Maven - Latest Versions:

  • Latest Stable: 8

All Versions

Choose a version of net.maritimecloud : mc-root-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
8
mc-root-pom-8
7
mc-root-pom-7
6
mc-root-pom-6
5
mc-root-pom-5
4
mc-root-pom-4
3
mc-root-pom-3
1
mc-root-pom-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.maritimecloud</groupId>
    <artifactId>mc-root-pom</artifactId>
    <version>8</version>
</dependency>

Advertisement