Download cas-2.0.12.jar file - Jar c

Jar examples for c:cas

Description

Yale ITS Central Authentication Service

You can download jar file cas 2.0.12 in this page.

Build File

You can use the following script to add cas-2.0.12.jar to your project.

<dependency>
   <groupId>cas</groupId>
   <artifactId>cas</artifactId>
   <version>2.0.12</version>
</dependency>
compile group: 'cas', name: 'cas', version: '2.0.12'
libraryDependencies += "cas" % "cas" % "2.0.12"
<dependency org="cas" name="cas" rev="2.0.12"/>
@Grapes(@Grab(group='cas', module='cas', version='2.0.12'))
'cas:cas:jar:2.0.12'

Download

Click the following link to download the jar file.

cas-2.0.12.jar
cas-2.0.12.pom



Related Tutorials