File | Operation |
---|---|
spring-security-parent-2.0.7.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.7.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-parent" % "2.0.7.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-parent', version='2.0.7.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-parent" rev="2.0.7.RELEASE" />
test
|-- junit:junit:4.4