| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.j256.two-factor-auth |
| Идентификатор | Идентификаторtwo-factor-auth |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTwo Factor Auth
Two Factor Authentication (Auth) implementation for Java which uses the Time-based One-time Password (TOTP) algorithm.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| two-factor-auth-1.3.pom | |
| two-factor-auth-1.3.jar | 6 KB |
| two-factor-auth-1.3-sources.jar | 3 KB |
| two-factor-auth-1.3-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/ -->
<dependency>
<groupId>com.j256.two-factor-auth</groupId>
<artifactId>two-factor-auth</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/
implementation 'com.j256.two-factor-auth:two-factor-auth:1.3'
// https://jarcasting.com/artifacts/com.j256.two-factor-auth/two-factor-auth/
implementation ("com.j256.two-factor-auth:two-factor-auth:1.3")
'com.j256.two-factor-auth:two-factor-auth:jar:1.3'
<dependency org="com.j256.two-factor-auth" name="two-factor-auth" rev="1.3">
<artifact name="two-factor-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.two-factor-auth', module='two-factor-auth', version='1.3')
)
libraryDependencies += "com.j256.two-factor-auth" % "two-factor-auth" % "1.3"
[com.j256.two-factor-auth/two-factor-auth "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| commons-codec : commons-codec | jar | 1.6 |