How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.openhft</groupId>
<artifactId>root-parent-pom</artifactId>
<version>1.24.0</version>
</dependency>
Choose a version of net.openhft : root-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.24.x |
root-parent-pom-1.24.0
|
||
1.2.x |
root-parent-pom-1.2.24
|
||
root-parent-pom-1.2.23
|
|||
root-parent-pom-1.2.22
|
|||
root-parent-pom-1.2.21
|
|||
root-parent-pom-1.2.20
|
|||
root-parent-pom-1.2.18
|
|||
root-parent-pom-1.2.17
|
|||
root-parent-pom-1.2.15
|
|||
root-parent-pom-1.2.14
|
|||
root-parent-pom-1.2.13
|
|||
root-parent-pom-1.2.12
|
|||
root-parent-pom-1.2.11
|
|||
root-parent-pom-1.2.10
|
|||
root-parent-pom-1.2.9
|
|||
root-parent-pom-1.2.8
|
|||
root-parent-pom-1.2.7
|
|||
root-parent-pom-1.2.6
|
|||
root-parent-pom-1.2.5
|
|||
root-parent-pom-1.2.4
|
|||
root-parent-pom-1.2.3
|
|||
root-parent-pom-1.2.2
|
|||
root-parent-pom-1.2.1
|
|||
root-parent-pom-1.2.0
|
|||
1.1.x |
root-parent-pom-1.1.13
|
||
root-parent-pom-1.1.12
|
|||
root-parent-pom-1.1.11
|
|||
root-parent-pom-1.1.10
|
|||
root-parent-pom-1.1.9
|
|||
root-parent-pom-1.1.8
|
|||
root-parent-pom-1.1.7
|
|||
root-parent-pom-1.1.6
|
|||
root-parent-pom-1.1.5
|
|||
root-parent-pom-1.1.4
|
|||
root-parent-pom-1.1.3
|
|||
root-parent-pom-1.1.2
|
|||
root-parent-pom-1.1.1
|
|||
root-parent-pom-1.1.0
|
|||
1.0.x |
root-parent-pom-1.0.1
|
||
root-parent-pom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.openhft</groupId>
<artifactId>root-parent-pom</artifactId>
<version>1.24.0</version>
</dependency>
Advertisement