License |
License |
---|---|
Categories |
CategoriesSecurity CLI User Interface |
GroupId | GroupIdorg.springframework.security |
ArtifactId | ArtifactIdspring-security-samples-cas-client |
Last Version | Last Version3.0.7.RELEASE |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSpring Security - CAS Sample Client Web Application
Spring Security
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-samples-cas-client/ -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas-client</artifactId>
<version>3.0.7.RELEASE</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-samples-cas-client/
implementation 'org.springframework.security:spring-security-samples-cas-client:3.0.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-samples-cas-client/
implementation ("org.springframework.security:spring-security-samples-cas-client:3.0.7.RELEASE")
'org.springframework.security:spring-security-samples-cas-client:war:3.0.7.RELEASE'
<dependency org="org.springframework.security" name="spring-security-samples-cas-client" rev="3.0.7.RELEASE">
<artifact name="spring-security-samples-cas-client" type="war" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-samples-cas-client', version='3.0.7.RELEASE')
)
libraryDependencies += "org.springframework.security" % "spring-security-samples-cas-client" % "3.0.7.RELEASE"
[org.springframework.security/spring-security-samples-cas-client "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-cas-client | jar | 3.0.7.RELEASE |
org.springframework : spring-core | jar | 3.0.6.RELEASE |
org.springframework : spring-webmvc | jar | 3.0.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 3.0.6.RELEASE |
org.springframework : spring-aop | jar | 3.0.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.0 |
org.slf4j : jcl-over-slf4j | jar | 1.6.0 |
org.slf4j : slf4j-log4j12 | jar | 1.6.0 |
log4j : log4j | jar | 1.2.14 |
javax.servlet : jstl | jar | 1.1.2 |
taglibs : standard | jar | 1.1.2 |
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 |