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