MVN

se.litsec.sweid.idp : shibboleth-attribute-support

Maven & Gradle

Oct 17, 2018
2 usages
0 stars

Swedish eID :: Shibboleth IdP Attribute Support · Attribute resolver support for Shibboleth IdP 3.X for the Swedish eID Framework

<dependency>
    <groupId>se.litsec.sweid.idp</groupId>
    <artifactId>shibboleth-attribute-support</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.litsec.sweid.idp : shibboleth-attribute-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of se.litsec.sweid.idp : shibboleth-attribute-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
shibboleth-attribute-support-1.5.0
1.4.x
shibboleth-attribute-support-1.4.5
shibboleth-attribute-support-1.4.4
shibboleth-attribute-support-1.4.3
shibboleth-attribute-support-1.4.1
1.4
shibboleth-attribute-support-1.4
1.3.x
shibboleth-attribute-support-1.3.1
1.3
shibboleth-attribute-support-1.3
1.2
shibboleth-attribute-support-1.2
1.1.x
shibboleth-attribute-support-1.1.3

How to add a dependency to Maven

Add the following se.litsec.sweid.idp : shibboleth-attribute-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.litsec.sweid.idp</groupId>
    <artifactId>shibboleth-attribute-support</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.litsec.sweid.idp : shibboleth-attribute-support gradle dependency to your build.gradle file:

implementation 'se.litsec.sweid.idp:shibboleth-attribute-support:1.5.0'

Gradle Kotlin DSL: Add the following se.litsec.sweid.idp : shibboleth-attribute-support gradle kotlin dependency to your build.gradle.kts file:

implementation("se.litsec.sweid.idp:shibboleth-attribute-support:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.litsec.sweid.idp : shibboleth-attribute-support sbt scala dependency to your build.sbt file:

libraryDependencies += "se.litsec.sweid.idp" % "shibboleth-attribute-support" % "1.5.0"

Advertisement