<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.2.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-core" % "4.2.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-core', version='4.2.3.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-core" rev="4.2.3.RELEASE" />
compile
|-- aopalliance:aopalliance:1.0
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-expression
|-- com.fasterxml.jackson.core:jackson-databind:2.8.4
|-- commons-logging:commons-logging:1.2
|-- javax.annotation:jsr250-api:1.0
|-- net.sf.ehcache:ehcache:2.9.0
|-- org.aspectj:aspectjrt:1.8.4
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-tx
test
|-- ch.qos.logback:logback-classic:1.1.2
|-- commons-collections:commons-collections:3.2.2
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.2.0
|-- org.mockito:mockito-core:1.10.19
|-- org.powermock:powermock-api-mockito:1.6.2
|-- org.powermock:powermock-api-support:1.6.2
|-- org.powermock:powermock-core:1.6.2
|-- org.powermock:powermock-module-junit4:1.6.2
|-- org.powermock:powermock-module-junit4-common:1.6.2
|-- org.powermock:powermock-reflect:1.6.2
|-- org.skyscreamer:jsonassert:1.3.0