| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools CLI User Interface |
| GroupId | GroupIdorg.wso2.carbon.extension.identity.authenticator |
| ArtifactId | ArtifactIdcas-client-webapp |
| Version | Version1.0.1 |
| Type | Typewar |
| Description |
DescriptionCAS Example Java Web App
A sample web application that exercises the CAS protocol features via the Java CAS Client.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cas-client-webapp-1.0.1.pom | |
| cas-client-webapp-1.0.1.war | 655 KB |
| cas-client-webapp-1.0.1-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/cas-client-webapp/ -->
<dependency>
<groupId>org.wso2.carbon.extension.identity.authenticator</groupId>
<artifactId>cas-client-webapp</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/cas-client-webapp/
implementation 'org.wso2.carbon.extension.identity.authenticator:cas-client-webapp:1.0.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/cas-client-webapp/
implementation ("org.wso2.carbon.extension.identity.authenticator:cas-client-webapp:1.0.1")
'org.wso2.carbon.extension.identity.authenticator:cas-client-webapp:war:1.0.1'
<dependency org="org.wso2.carbon.extension.identity.authenticator" name="cas-client-webapp" rev="1.0.1">
<artifact name="cas-client-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.extension.identity.authenticator', module='cas-client-webapp', version='1.0.1')
)
libraryDependencies += "org.wso2.carbon.extension.identity.authenticator" % "cas-client-webapp" % "1.0.1"
[org.wso2.carbon.extension.identity.authenticator/cas-client-webapp "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jasig.cas.client : cas-client-core | jar | 3.4.1 |
| org.jasig.cas.client : cas-client-support-saml | jar | 3.4.1 |