MVN

se.litsec.opensaml : opensaml2-ext

Maven & Gradle

Feb 13, 2018
7 stars

Litsec :: OpenSAML 2.X utility extensions · OpenSAML 2.X utility extension library

<dependency>
    <groupId>se.litsec.opensaml</groupId>
    <artifactId>opensaml2-ext</artifactId>
    <version>0.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.litsec.opensaml : opensaml2-ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.4

All Versions

Choose a version of se.litsec.opensaml : opensaml2-ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
opensaml2-ext-0.9.4
opensaml2-ext-0.9.3

How to add a dependency to Maven

Add the following se.litsec.opensaml : opensaml2-ext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.litsec.opensaml</groupId>
    <artifactId>opensaml2-ext</artifactId>
    <version>0.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.litsec.opensaml : opensaml2-ext gradle dependency to your build.gradle file:

implementation 'se.litsec.opensaml:opensaml2-ext:0.9.4'

Gradle Kotlin DSL: Add the following se.litsec.opensaml : opensaml2-ext gradle kotlin dependency to your build.gradle.kts file:

implementation("se.litsec.opensaml:opensaml2-ext:0.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.litsec.opensaml : opensaml2-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "se.litsec.opensaml" % "opensaml2-ext" % "0.9.4"