is not current version
Last Version 2.0.0-RC3

net.unicon:cas-mfa-java 1.0.0-M3

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.

Categories

Categories

Java Languages Net
GroupId

GroupId

net.unicon
ArtifactId

ArtifactId

cas-mfa-java
Version

Version

1.0.0-M3
Type

Type

jar

Download cas-mfa-java 1.0.0-M3


<!-- https://jarcasting.com/artifacts/net.unicon/cas-mfa-java/ -->
<dependency>
    <groupId>net.unicon</groupId>
    <artifactId>cas-mfa-java</artifactId>
    <version>1.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/net.unicon/cas-mfa-java/
implementation 'net.unicon:cas-mfa-java:1.0.0-M3'
// https://jarcasting.com/artifacts/net.unicon/cas-mfa-java/
implementation ("net.unicon:cas-mfa-java:1.0.0-M3")
'net.unicon:cas-mfa-java:jar:1.0.0-M3'
<dependency org="net.unicon" name="cas-mfa-java" rev="1.0.0-M3">
  <artifact name="cas-mfa-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unicon', module='cas-mfa-java', version='1.0.0-M3')
)
libraryDependencies += "net.unicon" % "cas-mfa-java" % "1.0.0-M3"
[net.unicon/cas-mfa-java "1.0.0-M3"]