How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.coosproject.plugins</groupId>
<artifactId>notificationbroker-parent</artifactId>
<version>1.3.1</version>
</dependency>
Choose a version of org.coosproject.plugins : notificationbroker-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
notificationbroker-parent-1.3.1
|
||
notificationbroker-parent-1.3.0
|
|||
1.2.x |
notificationbroker-parent-1.2.10
|
||
notificationbroker-parent-1.2.9
|
|||
notificationbroker-parent-1.2.8
|
|||
notificationbroker-parent-1.2.7
|
|||
notificationbroker-parent-1.2.3
|
|||
notificationbroker-parent-1.2.2
|
|||
notificationbroker-parent-1.2.1
|
|||
notificationbroker-parent-1.2.0
|
|||
1.1.x |
notificationbroker-parent-1.1.0
|
||
1.0.x |
notificationbroker-parent-1.0.2
|
||
notificationbroker-parent-1.0.1
|
|||
notificationbroker-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.coosproject.plugins</groupId>
<artifactId>notificationbroker-parent</artifactId>
<version>1.3.1</version>
</dependency>
Advertisement