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>
Choose a version of net.maritimecloud : mc-root-pom to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.maritimecloud</groupId>
<artifactId>mc-root-pom</artifactId>
<version>8</version>
</dependency>
Advertisement