| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.unicon |
| Идентификатор | Идентификаторcas-mfa-authy |
| Версия | Версия1.0.0-RC10 |
| Тип | Типjar |
| Описание |
ОписаниеCAS 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.unicon : cas-mfa-java | jar | 1.0.0-RC10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |