License |
License |
---|---|
GroupId | GroupIdcom.afollestad.assure |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAssure
A Kotlin library that makes biometric authentication quick and easy.
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-0.2.0.pom | |
core-0.2.0.aar | 60 KB |
core-0.2.0-sources.jar | 14 KB |
core-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
androidx.biometric » biometric | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |