Add Spring SAML Extension to Maven or Gradle
mainYou can include the Spring SAML Extension in your project by adding the following dependency to your build configuration. The library is published to Maven Central.
<!-- Maven -->
<dependency>
<groupId>org.springframework.security.extensions</groupId>
<artifactId>spring-security-saml</artifactId>
<version>1.0.10.RELEASE</version>
</dependency>
<!-- Gradle -->
implementation 'org.springframework.security.extensions:spring-security-saml:1.0.10.RELEASE'