MVN

com.yoti.mobile.android.sdk : yoti-ocr-internal

Maven & Gradle

Apr 12, 2023

Yoti OCR Internal · Yoti OCR Internal

<dependency>
    <groupId>com.yoti.mobile.android.sdk</groupId>
    <artifactId>yoti-ocr-internal</artifactId>
    <version>5.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yoti.mobile.android.sdk : yoti-ocr-internal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.20.0

All Versions

Choose a version of com.yoti.mobile.android.sdk : yoti-ocr-internal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.20.x
yoti-ocr-internal-5.20.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yoti.mobile.android.sdk</groupId>
    <artifactId>yoti-ocr-internal</artifactId>
    <version>5.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yoti.mobile.android.sdk : yoti-ocr-internal gradle dependency to your build.gradle file:

implementation 'com.yoti.mobile.android.sdk:yoti-ocr-internal:5.20.0'

Gradle Kotlin DSL: Add the following com.yoti.mobile.android.sdk : yoti-ocr-internal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yoti.mobile.android.sdk:yoti-ocr-internal:5.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yoti.mobile.android.sdk : yoti-ocr-internal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yoti.mobile.android.sdk" % "yoti-ocr-internal" % "5.20.0"