MVN

se.swedenconnect.opensaml : opensaml-swedish-eid

Maven & Gradle

May 04, 2023
2 usages
1 stars

Sweden Connect :: Swedish eID OpenSAML extensions · OpenSAML 4.X extension library for the Swedish eID Framework

<dependency>
    <groupId>se.swedenconnect.opensaml</groupId>
    <artifactId>opensaml-swedish-eid</artifactId>
    <version>1.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.swedenconnect.opensaml : opensaml-swedish-eid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.6

All Versions

Choose a version of se.swedenconnect.opensaml : opensaml-swedish-eid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
opensaml-swedish-eid-1.2.6
opensaml-swedish-eid-1.2.5
opensaml-swedish-eid-1.2.3
opensaml-swedish-eid-1.2.2
opensaml-swedish-eid-1.2.1
opensaml-swedish-eid-1.2.0
1.1.x
opensaml-swedish-eid-1.1.0
1.0.x
opensaml-swedish-eid-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>se.swedenconnect.opensaml</groupId>
    <artifactId>opensaml-swedish-eid</artifactId>
    <version>1.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.swedenconnect.opensaml : opensaml-swedish-eid gradle dependency to your build.gradle file:

implementation 'se.swedenconnect.opensaml:opensaml-swedish-eid:1.2.6'

Gradle Kotlin DSL: Add the following se.swedenconnect.opensaml : opensaml-swedish-eid gradle kotlin dependency to your build.gradle.kts file:

implementation("se.swedenconnect.opensaml:opensaml-swedish-eid:1.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.swedenconnect.opensaml : opensaml-swedish-eid sbt scala dependency to your build.sbt file:

libraryDependencies += "se.swedenconnect.opensaml" % "opensaml-swedish-eid" % "1.2.6"