<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<version>5.2.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-taglibs" % "5.2.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-taglibs', version='5.2.8.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-taglibs" rev="5.2.8.RELEASE" />
compile
|-- org.springframework.security:spring-security-acl:5.2.8.RELEASE
|-- org.springframework.security:spring-security-core:5.2.8.RELEASE
|-- org.springframework.security:spring-security-web:5.2.8.RELEASE
|-- org.springframework:spring-aop:5.2.11.RELEASE
|-- org.springframework:spring-beans:5.2.11.RELEASE
|-- org.springframework:spring-context:5.2.11.RELEASE
|-- org.springframework:spring-core:5.2.11.RELEASE
|-- org.springframework:spring-expression:5.2.11.RELEASE
|-- org.springframework:spring-web:5.2.11.RELEASE
provided
|-- javax.servlet.jsp:javax.servlet.jsp-api:2.3.3
|-- javax.servlet:javax.servlet-api:4.0.1
test
|-- javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.12.2
|-- org.codehaus.groovy:groovy-all:2.4.20
|-- org.mockito:mockito-core:3.0.0
|-- org.spockframework:spock-core:1.0-groovy-2.4