License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.springframework.security |
ArtifactId | ArtifactIdspring-security-parent |
Last Version | Last Version3.0.8.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Security
Spring Security
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-security-parent-3.0.8.RELEASE.pom | |
spring-security-parent-3.0.8.RELEASE.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-parent/ -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.8.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-parent/
implementation 'org.springframework.security:spring-security-parent:3.0.8.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-parent/
implementation ("org.springframework.security:spring-security-parent:3.0.8.RELEASE")
'org.springframework.security:spring-security-parent:pom:3.0.8.RELEASE'
<dependency org="org.springframework.security" name="spring-security-parent" rev="3.0.8.RELEASE">
<artifact name="spring-security-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-parent', version='3.0.8.RELEASE')
)
libraryDependencies += "org.springframework.security" % "spring-security-parent" % "3.0.8.RELEASE"
[org.springframework.security/spring-security-parent "3.0.8.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |
org.mockito : mockito-core | jar | 1.8.0 |
org.jmock : jmock-junit4 | jar | 2.5.1 |