is not current version
Last Version 2.0.0-RC3

net.unicon:cas-mfa-java 2.0.0-RC1

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

2.0.0-RC1
Type

Type

jar

Download cas-mfa-java 2.0.0-RC1


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