<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<version>4.2.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-taglibs" % "4.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-taglibs', version='4.2.4.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-taglibs" rev="4.2.4.RELEASE" />
compile
|-- org.springframework.security:spring-security-acl:4.2.4.RELEASE
|-- org.springframework.security:spring-security-core:4.2.4.RELEASE
|-- org.springframework.security:spring-security-web:4.2.4.RELEASE
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-expression
|-- org.springframework:spring-web
|-- commons-logging:commons-logging:1.2
provided
|-- javax.servlet.jsp:javax.servlet.jsp-api:2.2.1
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- ch.qos.logback:logback-classic:1.1.2
|-- javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.2.0
|-- org.codehaus.groovy:groovy-all:2.4.4
|-- org.mockito:mockito-core:1.10.19
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- org.spockframework:spock-core:0.7-groovy-2.0