s

spring-boot-security-saml-parent

Parent POM for project that eases Integration between Spring Boot and spring-security-saml through properties and adapters
https://github.com/ulisesbocchio/spring-boot-security-saml
Apache License 2.0
Ulises Bocchio
Files download
File Operation
spring-boot-security-saml-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.ulisesbocchio</groupId>
  <artifactId>spring-boot-security-saml-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ulisesbocchio:spring-boot-security-saml-parent:1.0'
Gradle Kotlin
implementation("com.github.ulisesbocchio:spring-boot-security-saml-parent:1.0")
Scala SBT
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml-parent', version='1.0')
)
Apache Ivy
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml-parent" rev="1.0" />
Leiningen
[com.github.ulisesbocchio/spring-boot-security-saml-parent "1.0"]
Apache Buildr
'com.github.ulisesbocchio:spring-boot-security-saml-parent:jar:1.0'
Dependencies
The project has no third-party dependencies