не последняя версия
Последняя версия 1.0.0

com.yubico.yubikit:otp 1.0.0-beta02

This library provides a way to parse Yubikey OTP from NFC tag, UI dialog to show user that OTP reading requires his action and detecting OTP from device than connected over NFC or USB. And also provides method for validation of OTP on server.

Группа

Группа

com.yubico.yubikit
Идентификатор

Идентификатор

otp
Версия

Версия

1.0.0-beta02
Тип

Тип

aar

Скачать otp 1.0.0-beta02


<!-- https://jarcasting.com/artifacts/com.yubico.yubikit/otp/ -->
<dependency>
    <groupId>com.yubico.yubikit</groupId>
    <artifactId>otp</artifactId>
    <version>1.0.0-beta02</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yubico.yubikit/otp/
implementation 'com.yubico.yubikit:otp:1.0.0-beta02'
// https://jarcasting.com/artifacts/com.yubico.yubikit/otp/
implementation ("com.yubico.yubikit:otp:1.0.0-beta02")
'com.yubico.yubikit:otp:aar:1.0.0-beta02'
<dependency org="com.yubico.yubikit" name="otp" rev="1.0.0-beta02">
  <artifact name="otp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yubico.yubikit', module='otp', version='1.0.0-beta02')
)
libraryDependencies += "com.yubico.yubikit" % "otp" % "1.0.0-beta02"
[com.yubico.yubikit/otp "1.0.0-beta02"]