How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.parent</artifactId>
<version>24</version>
</dependency>
Choose a version of org.openwms : org.openwms.parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
24 |
org.openwms.parent-24
|
||
23 |
org.openwms.parent-23
|
||
22 |
org.openwms.parent-22
|
||
21 |
org.openwms.parent-21
|
||
20 |
org.openwms.parent-20
|
||
19.2 |
org.openwms.parent-19.2
|
||
19.1 |
org.openwms.parent-19.1
|
||
18 |
org.openwms.parent-18
|
||
17 |
org.openwms.parent-17
|
||
16 |
org.openwms.parent-16
|
||
15 |
org.openwms.parent-15
|
||
14 |
org.openwms.parent-14
|
||
13 |
org.openwms.parent-13
|
||
12 |
org.openwms.parent-12
|
||
11 |
org.openwms.parent-11
|
||
10 |
org.openwms.parent-10
|
||
9 |
org.openwms.parent-9
|
||
8 |
org.openwms.parent-8
|
||
7 |
org.openwms.parent-7
|
||
6 |
org.openwms.parent-6
|
||
5 |
org.openwms.parent-5
|
||
4 |
org.openwms.parent-4
|
||
3 |
org.openwms.parent-3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.parent</artifactId>
<version>24</version>
</dependency>
Advertisement