MVN

org.apereo.cas.client : cas-client

Maven & Gradle

May 24, 2023
899 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/3.0 protocol.

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

Latest Version

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

  • Latest Stable: 4.0.2
  • Latest Release Candidate: 4.0.0-RC1

All Versions

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

Version Vulnerabilities Updated
4.0.x
cas-client-4.0.2
cas-client-4.0.1
cas-client-4.0.0
cas-client-4.0.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apereo.cas.client</groupId>
    <artifactId>cas-client</artifactId>
    <version>4.0.2</version>
</dependency>