How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>parent-v3</artifactId>
<version>10</version>
</dependency>
Choose a version of net.shibboleth : parent-v3 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10 |
parent-v3-10
|
||
9 |
parent-v3-9
|
||
8 |
parent-v3-8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>parent-v3</artifactId>
<version>10</version>
</dependency>
Advertisement