Download casclient-2.1.1.jar file - Jar c

Jar examples for c:casclient

Description

Yale ITS Central Authentication Service Client

You can download jar file casclient 2.1.1 in this page.

License

Yale Central Authentication Service License

Build File

You can use the following script to add casclient-2.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

casclient-2.1.1.jar
casclient-2.1.1.pom



Related Tutorials