| Группа | Группаdev.samstevens.totp |
|---|---|
| Идентификатор | Идентификаторtotp |
| Версия | Версия1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| totp-1.4.pom | |
| totp-1.4.jar | 17 KB |
| totp-1.4-sources.jar | 10 KB |
| totp-1.4-javadoc.jar | 125 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.samstevens.totp/totp/ -->
<dependency>
<groupId>dev.samstevens.totp</groupId>
<artifactId>totp</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.samstevens.totp/totp/
implementation 'dev.samstevens.totp:totp:1.4'
// https://jarcasting.com/artifacts/dev.samstevens.totp/totp/
implementation ("dev.samstevens.totp:totp:1.4")
'dev.samstevens.totp:totp:jar:1.4'
<dependency org="dev.samstevens.totp" name="totp" rev="1.4">
<artifact name="totp" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.samstevens.totp', module='totp', version='1.4')
)
libraryDependencies += "dev.samstevens.totp" % "totp" % "1.4"
[dev.samstevens.totp/totp "1.4"]