MVN

se.litsec.opensaml : opensaml3-ext

Maven & Gradle

Mar 16, 2022
9 usages
7 stars

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

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

Latest Version

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

  • Latest Stable: 1.4.5

All Versions

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

Version Vulnerabilities Updated
1.4.x
opensaml3-ext-1.4.5
opensaml3-ext-1.4.4
opensaml3-ext-1.4.3
opensaml3-ext-1.4.2
opensaml3-ext-1.4.1
opensaml3-ext-1.4.0
1.3.x
opensaml3-ext-1.3.0
1.2.x
opensaml3-ext-1.2.5
opensaml3-ext-1.2.4
opensaml3-ext-1.2.3
opensaml3-ext-1.2.2
opensaml3-ext-1.2.1
opensaml3-ext-1.2.0
1.1.x
opensaml3-ext-1.1.1
opensaml3-ext-1.1.0
1.0.x
opensaml3-ext-1.0.3
opensaml3-ext-1.0.2
opensaml3-ext-1.0.1
opensaml3-ext-1.0.0
0.9.x
opensaml3-ext-0.9.4
opensaml3-ext-0.9.3
opensaml3-ext-0.9.2
opensaml3-ext-0.9.1
0.9
opensaml3-ext-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>se.litsec.opensaml</groupId>
    <artifactId>opensaml3-ext</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'se.litsec.opensaml:opensaml3-ext:1.4.5'

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

implementation("se.litsec.opensaml:opensaml3-ext:1.4.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "se.litsec.opensaml" % "opensaml3-ext" % "1.4.5"

Advertisement