<dependency>
<groupId>org.springframework.security.extensions</groupId>
<artifactId>spring-security-saml-dsl-core</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
implementation 'org.springframework.security.extensions:spring-security-saml-dsl-core:1.0.5.RELEASE'
implementation("org.springframework.security.extensions:spring-security-saml-dsl-core:1.0.5.RELEASE")
libraryDependencies += "org.springframework.security.extensions" % "spring-security-saml-dsl-core" % "1.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.security.extensions', module='spring-security-saml-dsl-core', version='1.0.5.RELEASE')
)
<dependency org="org.springframework.security.extensions" name="spring-security-saml-dsl-core" rev="1.0.5.RELEASE" />
compile
|-- org.springframework.security.extensions:spring-security-saml2-core:1.0.4.RELEASE
|-- org.springframework.security:spring-security-config:4.2.4.RELEASE
|-- org.springframework.security:spring-security-web:4.2.4.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- org.assertj:assertj-core:3.3.0
|-- org.seleniumhq.selenium:selenium-java:3.11.0
|-- org.springframework.boot:spring-boot-starter-test:1.5.10.RELEASE
|-- org.springframework.boot:spring-boot-starter-thymeleaf:1.5.10.RELEASE
|-- org.springframework.boot:spring-boot-starter-tomcat:1.5.10.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:1.5.10.RELEASE
|-- org.springframework.security:spring-security-test:4.2.4.RELEASE