License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.unicon |
ArtifactId | ArtifactIdcas-mfa-authy |
Version | Version1.0.0-RC10 |
Type | Typejar |
Description |
DescriptionCAS MFA Authy
This module is intended to include all Java code related to CAS MFA
and Authy integration. Mostly for now, this only hosts Authy code.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cas-mfa-authy-1.0.0-RC10.pom | |
cas-mfa-authy-1.0.0-RC10.jar | 22 KB |
cas-mfa-authy-1.0.0-RC10-sources.jar | 10 KB |
cas-mfa-authy-1.0.0-RC10-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.unicon/cas-mfa-authy/ -->
<dependency>
<groupId>net.unicon</groupId>
<artifactId>cas-mfa-authy</artifactId>
<version>1.0.0-RC10</version>
</dependency>
// https://jarcasting.com/artifacts/net.unicon/cas-mfa-authy/
implementation 'net.unicon:cas-mfa-authy:1.0.0-RC10'
// https://jarcasting.com/artifacts/net.unicon/cas-mfa-authy/
implementation ("net.unicon:cas-mfa-authy:1.0.0-RC10")
'net.unicon:cas-mfa-authy:jar:1.0.0-RC10'
<dependency org="net.unicon" name="cas-mfa-authy" rev="1.0.0-RC10">
<artifact name="cas-mfa-authy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unicon', module='cas-mfa-authy', version='1.0.0-RC10')
)
libraryDependencies += "net.unicon" % "cas-mfa-authy" % "1.0.0-RC10"
[net.unicon/cas-mfa-authy "1.0.0-RC10"]
Group / Artifact | Type | Version |
---|---|---|
net.unicon : cas-mfa-java | jar | 1.0.0-RC10 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |