MVN

net.shibboleth : parent-v3

Maven & Gradle

Mar 14, 2017

Shibboleth Project V3 Super POM · A POM containing properties, profiles, plugin configurations, etc. that are common across all Shibboleth V3 projects.

<dependency>
    <groupId>net.shibboleth</groupId>
    <artifactId>parent-v3</artifactId>
    <version>10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.shibboleth : parent-v3 to add to Maven - Latest Versions:

  • Latest Stable: 10

All Versions

Choose a version of net.shibboleth : parent-v3 to add to Maven - All Versions:

Version Vulnerabilities Updated
10
parent-v3-10
9
parent-v3-9
8
parent-v3-8

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>

Advertisement