How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.beangle.notification</groupId>
<artifactId>beangle-notification-parent</artifactId>
<version>3.0.2</version>
</dependency>
Choose a version of org.beangle.notification : beangle-notification-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
beangle-notification-parent-3.0.2
|
||
beangle-notification-parent-3.0.1
|
|||
beangle-notification-parent-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.beangle.notification</groupId>
<artifactId>beangle-notification-parent</artifactId>
<version>3.0.2</version>
</dependency>
Advertisement