License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.springframework.security |
ArtifactId | ArtifactIdspring-security-samples-contacts |
Last Version | Last Version3.0.7.RELEASE |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSpring Security - Contacts sample
Spring Security
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-samples-contacts/ -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-contacts</artifactId>
<version>3.0.7.RELEASE</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-samples-contacts/
implementation 'org.springframework.security:spring-security-samples-contacts:3.0.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-samples-contacts/
implementation ("org.springframework.security:spring-security-samples-contacts:3.0.7.RELEASE")
'org.springframework.security:spring-security-samples-contacts:war:3.0.7.RELEASE'
<dependency org="org.springframework.security" name="spring-security-samples-contacts" rev="3.0.7.RELEASE">
<artifact name="spring-security-samples-contacts" type="war" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-samples-contacts', version='3.0.7.RELEASE')
)
libraryDependencies += "org.springframework.security" % "spring-security-samples-contacts" % "3.0.7.RELEASE"
[org.springframework.security/spring-security-samples-contacts "3.0.7.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-core | jar | 3.0.7.RELEASE |
org.springframework.security : spring-security-config | jar | 3.0.7.RELEASE |
org.springframework.security : spring-security-acl | jar | 3.0.7.RELEASE |
org.springframework.security : spring-security-taglibs | jar | 3.0.7.RELEASE |
org.springframework : spring-core | jar | 3.0.6.RELEASE |
org.springframework : spring-webmvc | jar | 3.0.6.RELEASE |
org.springframework : spring-jdbc | jar | 3.0.6.RELEASE |
org.springframework : spring-aop | jar | 3.0.6.RELEASE |
net.sf.ehcache : ehcache | jar | 1.6.2 |
hessian : hessian | jar | 3.0.1 |
org.slf4j : jcl-over-slf4j | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : jstl | jar | 1.1.2 |
taglibs : standard | jar | 1.1.2 |
hsqldb : hsqldb | jar | 1.8.0.10 |
org.slf4j : slf4j-api | jar | 1.6.0 |
org.slf4j : slf4j-log4j12 | jar | 1.6.0 |
log4j : log4j | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.0.6.RELEASE |
junit : junit | jar | 4.6 |
org.mockito : mockito-core | jar | 1.8.0 |
org.jmock : jmock-junit4 | jar | 2.5.1 |