is not current version
Last Version 1.17

com.github.ulisesbocchio:spring-boot-security-saml 1.8

Eases Integration between Spring Boot and spring-security-saml through properties and adapters

Categories

Categories

Spring Boot Container Microservices Security
GroupId

GroupId

com.github.ulisesbocchio
ArtifactId

ArtifactId

spring-boot-security-saml
Version

Version

1.8
Type

Type

jar

Download spring-boot-security-saml 1.8


<!-- https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/ -->
<dependency>
    <groupId>com.github.ulisesbocchio</groupId>
    <artifactId>spring-boot-security-saml</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation 'com.github.ulisesbocchio:spring-boot-security-saml:1.8'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation ("com.github.ulisesbocchio:spring-boot-security-saml:1.8")
'com.github.ulisesbocchio:spring-boot-security-saml:jar:1.8'
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml" rev="1.8">
  <artifact name="spring-boot-security-saml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml', version='1.8')
)
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml" % "1.8"
[com.github.ulisesbocchio/spring-boot-security-saml "1.8"]