MVN

com.yoti.mobile.android : face-capture-unbundled

Maven & Gradle

May 12, 2023
6 stars

Face Capture Library · Face Capture Library

<dependency>
    <groupId>com.yoti.mobile.android</groupId>
    <artifactId>face-capture-unbundled</artifactId>
    <version>4.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yoti.mobile.android : face-capture-unbundled to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0

All Versions

Choose a version of com.yoti.mobile.android : face-capture-unbundled to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
face-capture-unbundled-4.2.0
4.1.x
face-capture-unbundled-4.1.2
face-capture-unbundled-4.1.1
face-capture-unbundled-4.1.0
4.0.x
face-capture-unbundled-4.0.0
3.0.x
face-capture-unbundled-3.0.0
2.6.x
face-capture-unbundled-2.6.0
2.5.x
face-capture-unbundled-2.5.0
2.4.x
face-capture-unbundled-2.4.0
2.3.x
face-capture-unbundled-2.3.1
face-capture-unbundled-2.3.0
2.2.x
face-capture-unbundled-2.2.0
2.1.x
face-capture-unbundled-2.1.0
1.0.x
face-capture-unbundled-1.0.2
face-capture-unbundled-1.0.1
face-capture-unbundled-1.0.0
0.3.x
face-capture-unbundled-0.3.1
face-capture-unbundled-0.3.0
0.1.x
face-capture-unbundled-0.1.0
0.0.x
face-capture-unbundled-0.0.5
face-capture-unbundled-0.0.4
face-capture-unbundled-0.0.2
face-capture-unbundled-0.0.1

How to add a dependency to Maven

Add the following com.yoti.mobile.android : face-capture-unbundled maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yoti.mobile.android</groupId>
    <artifactId>face-capture-unbundled</artifactId>
    <version>4.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yoti.mobile.android : face-capture-unbundled gradle dependency to your build.gradle file:

implementation 'com.yoti.mobile.android:face-capture-unbundled:4.2.0'

Gradle Kotlin DSL: Add the following com.yoti.mobile.android : face-capture-unbundled gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yoti.mobile.android:face-capture-unbundled:4.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yoti.mobile.android : face-capture-unbundled sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yoti.mobile.android" % "face-capture-unbundled" % "4.2.0"