is not current version
Last Version 2.0.0-RC3

net.unicon:cas-mfa-overlay 1.0.0-RC3

This is intended to be an example of a local CAS implementation Maven overlay that incorporates the Java and Web components in this project to deliver a working example of a local CAS implementation making use of the additional multi-factor authentication capabilities.

Categories

Categories

Net
GroupId

GroupId

net.unicon
ArtifactId

ArtifactId

cas-mfa-overlay
Version

Version

1.0.0-RC3
Type

Type

war

Download cas-mfa-overlay 1.0.0-RC3


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