How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.bbmsoft</groupId>
<artifactId>bbmsoft-parent</artifactId>
<version>4.1.0</version>
</dependency>
Choose a version of net.bbmsoft : bbmsoft-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
bbmsoft-parent-4.1.0
|
||
4.0.x |
bbmsoft-parent-4.0.0
|
||
3.0.x |
bbmsoft-parent-3.0.1
|
||
bbmsoft-parent-3.0.0
|
|||
2.0.x |
bbmsoft-parent-2.0.3
|
||
bbmsoft-parent-2.0.2
|
|||
bbmsoft-parent-2.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.bbmsoft</groupId>
<artifactId>bbmsoft-parent</artifactId>
<version>4.1.0</version>
</dependency>
Advertisement