How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
<version>4.0.1</version>
</dependency>
Choose a version of org.opensaml : opensaml-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
opensaml-parent-4.0.1
|
||
opensaml-parent-4.0.0
|
|||
3.4.x |
opensaml-parent-3.4.6
|
||
opensaml-parent-3.4.5
|
|||
opensaml-parent-3.4.3
|
|||
3.3.x |
opensaml-parent-3.3.1
|
||
opensaml-parent-3.3.0
|
|||
3.2.x |
opensaml-parent-3.2.0
|
||
3.1.x |
opensaml-parent-3.1.1
|
||
opensaml-parent-3.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
<version>4.0.1</version>
</dependency>
Advertisement