How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openengsb</groupId>
<artifactId>openengsb-root</artifactId>
<version>37</version>
</dependency>
Choose a version of org.openengsb : openengsb-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
37 |
openengsb-root-37
|
||
36 |
openengsb-root-36
|
||
35 |
openengsb-root-35
|
||
34 |
openengsb-root-34
|
||
33 |
openengsb-root-33
|
||
32 |
openengsb-root-32
|
||
31 |
openengsb-root-31
|
||
30 |
openengsb-root-30
|
||
29 |
openengsb-root-29
|
||
28 |
openengsb-root-28
|
||
27 |
openengsb-root-27
|
||
26 |
openengsb-root-26
|
||
25 |
openengsb-root-25
|
||
24 |
openengsb-root-24
|
||
23 |
openengsb-root-23
|
||
22 |
openengsb-root-22
|
||
21 |
openengsb-root-21
|
||
20 |
openengsb-root-20
|
||
19 |
openengsb-root-19
|
||
18 |
openengsb-root-18
|
||
17 |
openengsb-root-17
|
||
16 |
openengsb-root-16
|
||
15 |
openengsb-root-15
|
||
14 |
openengsb-root-14
|
||
13 |
openengsb-root-13
|
||
12 |
openengsb-root-12
|
||
11 |
openengsb-root-11
|
||
10 |
openengsb-root-10
|
||
9 |
openengsb-root-9
|
||
8 |
openengsb-root-8
|
||
7 |
openengsb-root-7
|
||
6 |
openengsb-root-6
|
||
5 |
openengsb-root-5
|
||
4 |
openengsb-root-4
|
||
3 |
openengsb-root-3
|
||
2 |
openengsb-root-2
|
||
1 |
openengsb-root-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openengsb</groupId>
<artifactId>openengsb-root</artifactId>
<version>37</version>
</dependency>
Advertisement