MVN

io.digified : biometric-full

Maven & Gradle

Aug 24, 2023

biometric-full · Digified Android SDK

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

Latest Version

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

  • Latest Stable: 1.5.1

All Versions

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

Version Vulnerabilities Updated
1.5.x
biometric-full-1.5.1
1.5
biometric-full-1.5
1.4.x
biometric-full-1.4.11
biometric-full-1.4.10
biometric-full-1.4.9
biometric-full-1.4.8
biometric-full-1.4.7
biometric-full-1.4.6
biometric-full-1.4.5
biometric-full-1.4.3
biometric-full-1.4.2
biometric-full-1.4.1
1.4
biometric-full-1.4
1.3.x
biometric-full-1.3.5
biometric-full-1.3.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.digified</groupId>
    <artifactId>biometric-full</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.digified:biometric-full:1.5.1'

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

implementation("io.digified:biometric-full:1.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.digified" % "biometric-full" % "1.5.1"