How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>lib-parent</artifactId>
<version>16</version>
</dependency>
Choose a version of com.github.stefanbirkner : lib-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
16 |
lib-parent-16
|
||
15 |
lib-parent-15
|
||
14 |
lib-parent-14
|
||
13 |
lib-parent-13
|
||
12 |
lib-parent-12
|
||
11 |
lib-parent-11
|
||
10 |
lib-parent-10
|
||
9 |
lib-parent-9
|
||
8 |
lib-parent-8
|
||
7 |
lib-parent-7
|
||
6 |
lib-parent-6
|
||
5 |
lib-parent-5
|
||
4 |
lib-parent-4
|
||
3 |
lib-parent-3
|
||
2 |
lib-parent-2
|
||
1 |
lib-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>lib-parent</artifactId>
<version>16</version>
</dependency>
Advertisement