| GroupId | GroupIdcom.github.embuc |
|---|---|
| ArtifactId | ArtifactIdnano2fa |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nano2fa-1.4.pom | |
| nano2fa-1.4.jar | 6 KB |
| nano2fa-1.4-sources.jar | 6 KB |
| nano2fa-1.4-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.embuc/nano2fa/ -->
<dependency>
<groupId>com.github.embuc</groupId>
<artifactId>nano2fa</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.embuc/nano2fa/
implementation 'com.github.embuc:nano2fa:1.4'
// https://jarcasting.com/artifacts/com.github.embuc/nano2fa/
implementation ("com.github.embuc:nano2fa:1.4")
'com.github.embuc:nano2fa:jar:1.4'
<dependency org="com.github.embuc" name="nano2fa" rev="1.4">
<artifact name="nano2fa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.embuc', module='nano2fa', version='1.4')
)
libraryDependencies += "com.github.embuc" % "nano2fa" % "1.4"
[com.github.embuc/nano2fa "1.4"]