MVN

org.opensaml : opensaml-parent

Maven & Gradle

Feb 11, 2021

OpenSAML · A library for creating, reading, writing and performing some processing of SAML messages. For further information see https://wiki.shibboleth.net/confluence/display/OS30/Home

<dependency>
    <groupId>org.opensaml</groupId>
    <artifactId>opensaml-parent</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.1

All Versions

Choose a version of org.opensaml : opensaml-parent to add to Maven - All 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

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>

Advertisement