Obtaining from Maven2 Repository

All versions of the Jasig CAS Client for Java are available from the Central Maven2 Repository.

Versions Prior to 3.1.11

<dependency>
   <groupId>org.jasig.cas</groupId>
   <artifactId>cas-client-core</artifactId>
   <version>3.1.10</version>
   <scope>runtime</scope>
   <type>jar</type>
</dependency>

3.1.11 and After

<dependency>
   <groupId>org.jasig.cas.client</groupId>
   <artifactId>cas-client-core</artifactId>
   <version>3.1.11</version>
   <scope>runtime</scope>
   <type>jar</type>
</dependency>