MVN

org.jasig.cas.client : cas-client

Maven & Gradle

Dec 17, 2021
895 stars

Apereo CAS Client for Java · Apereo CAS Client for Java is the integration point for applications that want to speak with a CAS server, either via the CAS 1.0 or CAS 2.0 protocol.

<dependency>
    <groupId>org.jasig.cas.client</groupId>
    <artifactId>cas-client</artifactId>
    <version>3.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.cas.client : cas-client to add to Maven - Latest Versions:

  • Latest Stable: 3.6.4

All Versions

Choose a version of org.jasig.cas.client : cas-client to add to Maven - All Versions:

Version Vulnerabilities Updated
3.6.x
cas-client-3.6.4
cas-client-3.6.3
cas-client-3.6.2
cas-client-3.6.1
cas-client-3.6.0
3.5.x
cas-client-3.5.1
cas-client-3.5.0
3.4.x
cas-client-3.4.1
cas-client-3.4.0
3.3.x
cas-client-3.3.3
cas-client-3.3.2
cas-client-3.3.1
cas-client-3.3.0
3.2.x
cas-client-3.2.2
cas-client-3.2.1
cas-client-3.2.0
3.1.x
cas-client-3.1.12
cas-client-3.1.11

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jasig.cas.client</groupId>
    <artifactId>cas-client</artifactId>
    <version>3.6.4</version>
</dependency>

Advertisement