Assure

A Kotlin library that makes biometric authentication quick and easy.

License

License

GroupId

GroupId

com.afollestad.assure
ArtifactId

ArtifactId

core
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

Assure
A Kotlin library that makes biometric authentication quick and easy.
Project URL

Project URL

https://github.com/afollestad/assure

Download core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
androidx.biometric » biometric jar 1.0.1

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.61

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0