MVN

nl.42 : spring-boot-starter-saml

Maven & Gradle

Jan 31, 2022
0 stars

Spring Boot Starter SAML · Spring Boot Security integration for SAML

<dependency>
    <groupId>nl.42</groupId>
    <artifactId>spring-boot-starter-saml</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.42 : spring-boot-starter-saml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of nl.42 : spring-boot-starter-saml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-boot-starter-saml-2.0.5
spring-boot-starter-saml-2.0.4
spring-boot-starter-saml-2.0.2
spring-boot-starter-saml-2.0.1
spring-boot-starter-saml-2.0.0
1.5.x
spring-boot-starter-saml-1.5.0
1.4.x
spring-boot-starter-saml-1.4.1
spring-boot-starter-saml-1.4.0
1.3.x
spring-boot-starter-saml-1.3.2
spring-boot-starter-saml-1.3.1
spring-boot-starter-saml-1.3.0
1.2.x
spring-boot-starter-saml-1.2.7
spring-boot-starter-saml-1.2.6
spring-boot-starter-saml-1.2.5
spring-boot-starter-saml-1.2.4
spring-boot-starter-saml-1.2.3
spring-boot-starter-saml-1.2.2
spring-boot-starter-saml-1.2.1
1.1.x
spring-boot-starter-saml-1.1.0
1.0.x
spring-boot-starter-saml-1.0.7
spring-boot-starter-saml-1.0.6
spring-boot-starter-saml-1.0.5
spring-boot-starter-saml-1.0.4
spring-boot-starter-saml-1.0.3
spring-boot-starter-saml-1.0.2
spring-boot-starter-saml-1.0.1
spring-boot-starter-saml-1.0.0
0.0.x
spring-boot-starter-saml-0.0.11
spring-boot-starter-saml-0.0.10
spring-boot-starter-saml-0.0.9
spring-boot-starter-saml-0.0.8
spring-boot-starter-saml-0.0.7
spring-boot-starter-saml-0.0.6
spring-boot-starter-saml-0.0.5
spring-boot-starter-saml-0.0.4
spring-boot-starter-saml-0.0.3
spring-boot-starter-saml-0.0.2
spring-boot-starter-saml-0.0.1

How to add a dependency to Maven

Add the following nl.42 : spring-boot-starter-saml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.42</groupId>
    <artifactId>spring-boot-starter-saml</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.42 : spring-boot-starter-saml gradle dependency to your build.gradle file:

implementation 'nl.42:spring-boot-starter-saml:1.5.0'

Gradle Kotlin DSL: Add the following nl.42 : spring-boot-starter-saml gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.42:spring-boot-starter-saml:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.42 : spring-boot-starter-saml sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.42" % "spring-boot-starter-saml" % "1.5.0"

Advertisement