<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<version>4.2.5.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-acl" % "4.2.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-acl', version='4.2.5.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-acl" rev="4.2.5.RELEASE" />
compile
|-- aopalliance:aopalliance:1.0
|-- org.springframework.security:spring-security-core:4.2.5.RELEASE
|-- org.springframework:spring-aop
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-tx
|-- commons-logging:commons-logging:1.2
|-- net.sf.ehcache:ehcache:2.10.4
test
|-- ch.qos.logback:logback-classic:1.1.2
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.2.0
|-- org.mockito:mockito-core:1.10.19
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- org.springframework:spring-beans