Download cas-mfa-java-1.0.0-RC4.jar file - Jar c

Jar examples for c:cas-mfa-java

Description

This module is intended to include all the Java you need to add to a CAS implementation to take advantage of the extended multifactor authentication features in this project.

You can download jar file cas-mfa-java 1.0.0-RC4 in this page.

Build File

You can use the following script to add cas-mfa-java-1.0.0-RC4.jar to your project.

<dependency>
   <groupId>net.unicon</groupId>
   <artifactId>cas-mfa-java</artifactId>
   <version>1.0.0-RC4</version>
</dependency>
compile group: 'net.unicon', name: 'cas-mfa-java', version: '1.0.0-RC4'
libraryDependencies += "net.unicon" % "cas-mfa-java" % "1.0.0-RC4"
<dependency org="net.unicon" name="cas-mfa-java" rev="1.0.0-RC4"/>
@Grapes(@Grab(group='net.unicon', module='cas-mfa-java', version='1.0.0-RC4'))
'net.unicon:cas-mfa-java:jar:1.0.0-RC4'

Download

Click the following link to download the jar file.

cas-mfa-java-1.0.0-RC4.jar
cas-mfa-java-1.0.0-RC4-javadoc.jar
cas-mfa-java-1.0.0-RC4.pom
cas-mfa-java-1.0.0-RC4-sources.jar



Related Tutorials