MVN

io.apigee.opensaml : opensaml-parent

Maven & Gradle

Oct 03, 2014

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

<dependency>
    <groupId>io.apigee.opensaml</groupId>
    <artifactId>opensaml-parent</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.apigee.opensaml : opensaml-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.apigee.opensaml : opensaml-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
opensaml-parent-1.1
1
opensaml-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.apigee.opensaml</groupId>
    <artifactId>opensaml-parent</artifactId>
    <version>1.1</version>
</dependency>

Advertisement