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