Download cas-server-3.0.4.jar file - Jar c

Jar examples for c:cas-server

Description

A customized instance of CAS to work with Eureka!

You can download jar file cas-server 3.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

cas-server-3.0.4.jar
cas-server-3.0.4.pom



Related Tutorials