c

cas-mfa-java

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.
Files download
File Operation
cas-mfa-java-1.0.0-RC7.jar download
cas-mfa-java-1.0.0-RC7.pom download
cas-mfa-java-1.0.0-RC7-sources.jar download
Apache Maven
<dependency>
  <groupId>net.unicon</groupId>
  <artifactId>cas-mfa-java</artifactId>
  <version>1.0.0-RC7</version>
</dependency>
Gradle Groovy
implementation 'net.unicon:cas-mfa-java:1.0.0-RC7'
Gradle Kotlin
implementation("net.unicon:cas-mfa-java:1.0.0-RC7")
Scala SBT
libraryDependencies += "net.unicon" % "cas-mfa-java" % "1.0.0-RC7"
Groovy Grape
@Grapes(
  @Grab(group='net.unicon', module='cas-mfa-java', version='1.0.0-RC7')
)
Apache Ivy
<dependency org="net.unicon" name="cas-mfa-java" rev="1.0.0-RC7" />
Leiningen
[net.unicon/cas-mfa-java "1.0.0-RC7"]
Apache Buildr
'net.unicon:cas-mfa-java:jar:1.0.0-RC7'