How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>rhapsody-parent</artifactId>
<version>0.5.16</version>
</dependency>
Choose a version of com.expediagroup : rhapsody-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
rhapsody-parent-0.5.16
|
||
rhapsody-parent-0.5.15
|
|||
rhapsody-parent-0.5.14
|
|||
rhapsody-parent-0.5.13
|
|||
rhapsody-parent-0.5.12
|
|||
rhapsody-parent-0.5.11
|
|||
rhapsody-parent-0.5.10
|
|||
rhapsody-parent-0.5.9
|
|||
rhapsody-parent-0.5.8
|
|||
rhapsody-parent-0.5.7
|
|||
rhapsody-parent-0.5.6
|
|||
rhapsody-parent-0.5.5
|
|||
rhapsody-parent-0.5.4
|
|||
rhapsody-parent-0.5.3
|
|||
rhapsody-parent-0.5.1
|
|||
0.3.x |
rhapsody-parent-0.3.9
|
||
rhapsody-parent-0.3.8
|
|||
rhapsody-parent-0.3.7
|
|||
rhapsody-parent-0.3.6
|
|||
rhapsody-parent-0.3.5
|
|||
rhapsody-parent-0.3.4
|
|||
rhapsody-parent-0.3.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>rhapsody-parent</artifactId>
<version>0.5.16</version>
</dependency>
Advertisement