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