How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-plugin-parent</artifactId>
<version>6.4.0</version>
</dependency>
Choose a version of biz.aQute.bnd : bnd-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.4.x |
bnd-plugin-parent-6.4.0
|
||
6.3.x |
bnd-plugin-parent-6.3.1
|
||
bnd-plugin-parent-6.3.0
|
|||
6.2.x |
bnd-plugin-parent-6.2.0
|
||
6.1.x |
bnd-plugin-parent-6.1.0
|
||
6.0.x |
bnd-plugin-parent-6.0.0
|
||
5.3.x |
bnd-plugin-parent-5.3.0
|
||
5.2.x |
bnd-plugin-parent-5.2.0
|
||
5.1.x |
bnd-plugin-parent-5.1.2
|
||
bnd-plugin-parent-5.1.1
|
|||
bnd-plugin-parent-5.1.0
|
|||
5.0.x |
bnd-plugin-parent-5.0.1
|
||
bnd-plugin-parent-5.0.0
|
|||
4.3.x |
bnd-plugin-parent-4.3.1
|
||
bnd-plugin-parent-4.3.0
|
|||
4.2.x |
bnd-plugin-parent-4.2.0
|
||
4.1.x |
bnd-plugin-parent-4.1.0
|
||
4.0.x |
bnd-plugin-parent-4.0.0
|
||
3.5.x |
bnd-plugin-parent-3.5.0
|
||
3.4.x |
bnd-plugin-parent-3.4.0
|
||
3.3.x |
bnd-plugin-parent-3.3.0
|
||
3.2.x |
bnd-plugin-parent-3.2.0
|
||
3.1.x |
bnd-plugin-parent-3.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-plugin-parent</artifactId>
<version>6.4.0</version>
</dependency>
Advertisement