<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-core" % "3.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-core', version='3.0.3.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-core" rev="3.0.3.RELEASE" />
<parent> <groupId>org.springframework.security</groupId> <artifactId>spring-security-parent</artifactId> <version>3.0.3.RELEASE</version> </parent>
compile
|-- org.springframework:spring-expression
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.springframework:spring-tx
|-- org.springframework:spring-aop
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-web
|-- org.springframework:spring-test
|-- javax.annotation:jsr250-api
|-- log4j:log4j
runtime
test
|-- commons-collections:commons-collections
|-- hsqldb:hsqldb