How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jasig.portlet.notification</groupId>
<artifactId>notification-portlet-parent</artifactId>
<version>3.2.1</version>
</dependency>
Choose a version of org.jasig.portlet.notification : notification-portlet-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
notification-portlet-parent-3.2.1
|
||
notification-portlet-parent-3.2.0
|
|||
3.1.x |
notification-portlet-parent-3.1.2
|
||
notification-portlet-parent-3.1.1
|
|||
notification-portlet-parent-3.1.0
|
|||
3.0.x |
notification-portlet-parent-3.0.4
|
||
notification-portlet-parent-3.0.3
|
|||
notification-portlet-parent-3.0.2
|
|||
notification-portlet-parent-3.0.1
|
|||
notification-portlet-parent-3.0.0
|
|||
notification-portlet-parent-3.0.0-M3
|
|||
notification-portlet-parent-3.0.0-M2
|
|||
notification-portlet-parent-3.0.0-M1
|
|||
2.1.x |
notification-portlet-parent-2.1.2
|
||
notification-portlet-parent-2.1.1
|
|||
notification-portlet-parent-2.1.0
|
|||
2.0.x |
notification-portlet-parent-2.0.7
|
||
notification-portlet-parent-2.0.6
|
|||
notification-portlet-parent-2.0.5
|
|||
notification-portlet-parent-2.0.4
|
|||
notification-portlet-parent-2.0.3
|
|||
notification-portlet-parent-2.0.2
|
|||
notification-portlet-parent-2.0.1
|
|||
notification-portlet-parent-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jasig.portlet.notification</groupId>
<artifactId>notification-portlet-parent</artifactId>
<version>3.2.1</version>
</dependency>
Advertisement