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