MVN

se.swedenconnect.schemas.cert : ext-auth-info10-jaxb

Maven & Gradle

Oct 06, 2022
2 usages
1 stars

Sweden Connect Schemas :: Extended Authentication Information for SAML Authentication Context Info XML Schema 1.0 JAXB · JAXB project for Extended Authentication Information for SAML Authentication Context Info XML Schema 1.0

<dependency>
    <groupId>se.swedenconnect.schemas.cert</groupId>
    <artifactId>ext-auth-info10-jaxb</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.swedenconnect.schemas.cert : ext-auth-info10-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of se.swedenconnect.schemas.cert : ext-auth-info10-jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ext-auth-info10-jaxb-2.0.1
ext-auth-info10-jaxb-2.0.0
1.0.x
ext-auth-info10-jaxb-1.0.1

How to add a dependency to Maven

Add the following se.swedenconnect.schemas.cert : ext-auth-info10-jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.swedenconnect.schemas.cert</groupId>
    <artifactId>ext-auth-info10-jaxb</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.swedenconnect.schemas.cert : ext-auth-info10-jaxb gradle dependency to your build.gradle file:

implementation 'se.swedenconnect.schemas.cert:ext-auth-info10-jaxb:2.0.1'

Gradle Kotlin DSL: Add the following se.swedenconnect.schemas.cert : ext-auth-info10-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("se.swedenconnect.schemas.cert:ext-auth-info10-jaxb:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.swedenconnect.schemas.cert : ext-auth-info10-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "se.swedenconnect.schemas.cert" % "ext-auth-info10-jaxb" % "2.0.1"