Download cas-mfa-java-1.0.0-M6.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-M6 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials