License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.nhsconnect |
ArtifactId | ArtifactIdfido-uaf-client-android |
Version | Version1.0.3 |
Type | Typeaar |
Description |
DescriptionFIDO UAF (Universal Authentication Framework) client for Android
You can use the FIDO UAF client to authenticate logging in to Android apps without a password.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fido-uaf-client-android-1.0.3.pom | |
fido-uaf-client-android-1.0.3.aar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nhsconnect/fido-uaf-client-android/ -->
<dependency>
<groupId>io.github.nhsconnect</groupId>
<artifactId>fido-uaf-client-android</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nhsconnect/fido-uaf-client-android/
implementation 'io.github.nhsconnect:fido-uaf-client-android:1.0.3'
// https://jarcasting.com/artifacts/io.github.nhsconnect/fido-uaf-client-android/
implementation ("io.github.nhsconnect:fido-uaf-client-android:1.0.3")
'io.github.nhsconnect:fido-uaf-client-android:aar:1.0.3'
<dependency org="io.github.nhsconnect" name="fido-uaf-client-android" rev="1.0.3">
<artifact name="fido-uaf-client-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.nhsconnect', module='fido-uaf-client-android', version='1.0.3')
)
libraryDependencies += "io.github.nhsconnect" % "fido-uaf-client-android" % "1.0.3"
[io.github.nhsconnect/fido-uaf-client-android "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 27.1.1 |
org.mindrot : jbcrypt | jar | 0.4 |
com.google.code.gson : gson | jar | 2.8.5 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.11 |