How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.smoketurner.notification</groupId>
<artifactId>notification-parent</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of com.smoketurner.notification : notification-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
notification-parent-2.0.0
|
||
1.3.x |
notification-parent-1.3.0
|
||
1.2.x |
notification-parent-1.2.1
|
||
notification-parent-1.2.0
|
|||
1.1.x |
notification-parent-1.1.0
|
||
1.0.x |
notification-parent-1.0.1
|
||
notification-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.smoketurner.notification</groupId>
<artifactId>notification-parent</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement