How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.opk</groupId>
<artifactId>opk-parent</artifactId>
<version>8</version>
</dependency>
Choose a version of net.sf.opk : opk-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8 |
opk-parent-8
|
||
7 |
opk-parent-7
|
||
6 |
opk-parent-6
|
||
5 |
opk-parent-5
|
||
4 |
opk-parent-4
|
||
3 |
opk-parent-3
|
||
2 |
opk-parent-2
|
||
1 |
opk-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.opk</groupId>
<artifactId>opk-parent</artifactId>
<version>8</version>
</dependency>
Advertisement