MVN

org.jasig.cas : cas-client

Maven & Gradle

Mar 18, 2010

JA-SIG CAS Client for Java · JA-SIG 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</groupId>
    <artifactId>cas-client</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1
  • Latest Release Candidate: 3.1.3-rc3

All Versions

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

Version Vulnerabilities Updated
3.1.x
cas-client-3.1.10
cas-client-3.1.9
cas-client-3.1.8
cas-client-3.1.7
cas-client-3.1.6
cas-client-3.1.5
cas-client-3.1.4
cas-client-3.1.3-rc3
cas-client-3.1.3-rc2
cas-client-3.1.3-rc1
cas-client-3.1.3
cas-client-3.1.2
cas-client-3.1.1
3.1
cas-client-3.1
cas-client-3.1-RC3
cas-client-3.1-RC2
cas-client-3.1-RC1
cas-client-3.1-M1
3.0
cas-client-3.0
cas-client-3.0-rc2
cas-client-3.0-rc1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement