How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>typedrest-parent</artifactId>
<version>0.30</version>
</dependency>
Choose a version of com.oneandone : typedrest-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.30 |
typedrest-parent-0.30
|
||
0.29.x |
typedrest-parent-0.29.1
|
||
0.28.x |
typedrest-parent-0.28.1
|
||
0.28 |
typedrest-parent-0.28
|
||
0.27 |
typedrest-parent-0.27
|
||
0.26 |
typedrest-parent-0.26
|
||
0.25 |
typedrest-parent-0.25
|
||
0.24 |
typedrest-parent-0.24
|
||
0.23 |
typedrest-parent-0.23
|
||
0.22 |
typedrest-parent-0.22
|
||
0.21 |
typedrest-parent-0.21
|
||
0.20 |
typedrest-parent-0.20
|
||
0.19 |
typedrest-parent-0.19
|
||
0.18 |
typedrest-parent-0.18
|
||
0.17 |
typedrest-parent-0.17
|
||
0.16 |
typedrest-parent-0.16
|
||
0.15 |
typedrest-parent-0.15
|
||
0.14 |
typedrest-parent-0.14
|
||
0.13 |
typedrest-parent-0.13
|
||
0.12 |
typedrest-parent-0.12
|
||
0.11 |
typedrest-parent-0.11
|
||
0.10 |
typedrest-parent-0.10
|
||
0.9 |
typedrest-parent-0.9
|
||
0.8 |
typedrest-parent-0.8
|
||
0.7 |
typedrest-parent-0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>typedrest-parent</artifactId>
<version>0.30</version>
</dependency>
Advertisement