How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>3.1.0</version>
</dependency>
Choose a version of org.duracloud.snapshot : snapshot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
snapshot-parent-3.1.0
|
||
3.0.x |
snapshot-parent-3.0.0
|
||
2.0.x |
snapshot-parent-2.0.3
|
||
snapshot-parent-2.0.2
|
|||
snapshot-parent-2.0.1
|
|||
snapshot-parent-2.0.0
|
|||
1.8.x |
snapshot-parent-1.8.2
|
||
snapshot-parent-1.8.1
|
|||
1.7.x |
snapshot-parent-1.7.11
|
||
snapshot-parent-1.7.10
|
|||
snapshot-parent-1.7.9
|
|||
snapshot-parent-1.7.8
|
|||
snapshot-parent-1.7.5
|
|||
snapshot-parent-1.7.4
|
|||
snapshot-parent-1.7.3
|
|||
snapshot-parent-1.7.2
|
|||
snapshot-parent-1.7.1
|
|||
snapshot-parent-1.7.0
|
|||
1.6.x |
snapshot-parent-1.6.0
|
||
1.5.x |
snapshot-parent-1.5.1
|
||
snapshot-parent-1.5.0
|
|||
1.4.x |
snapshot-parent-1.4.2
|
||
snapshot-parent-1.4.1
|
|||
snapshot-parent-1.4.0
|
|||
1.3.x |
snapshot-parent-1.3.0
|
||
1.2.x |
snapshot-parent-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>3.1.0</version>
</dependency>
Advertisement