MVN

io.digified : biometric-lite

Maven & Gradle

Aug 12, 2023

biometric-lite · Digified Android SDK

<dependency>
    <groupId>io.digified</groupId>
    <artifactId>biometric-lite</artifactId>
    <version>1.4.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.digified : biometric-lite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.11

All Versions

Choose a version of io.digified : biometric-lite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
biometric-lite-1.4.11
biometric-lite-1.4.10
biometric-lite-1.4.8
biometric-lite-1.4.7
biometric-lite-1.4.5
biometric-lite-1.4.3
biometric-lite-1.4.2
biometric-lite-1.4.1
1.4
biometric-lite-1.4
1.3.x
biometric-lite-1.3.5
biometric-lite-1.3.4
1.0.x
biometric-lite-1.0.3

How to add a dependency to Maven

Add the following io.digified : biometric-lite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.digified</groupId>
    <artifactId>biometric-lite</artifactId>
    <version>1.4.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.digified : biometric-lite gradle dependency to your build.gradle file:

implementation 'io.digified:biometric-lite:1.4.11'

Gradle Kotlin DSL: Add the following io.digified : biometric-lite gradle kotlin dependency to your build.gradle.kts file:

implementation("io.digified:biometric-lite:1.4.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.digified : biometric-lite sbt scala dependency to your build.sbt file:

libraryDependencies += "io.digified" % "biometric-lite" % "1.4.11"