MVN

com.yoti.mobile.android.sdk : yoti-doc-remote

Maven & Gradle

Dec 03, 2019
1 usages

Yoti Doc Scan SDK · Yoti Doc Scan SDK

<dependency>
    <groupId>com.yoti.mobile.android.sdk</groupId>
    <artifactId>yoti-doc-remote</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.3

All Versions

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

Version Vulnerabilities Updated
1.1.x
yoti-doc-remote-1.1.3
yoti-doc-remote-1.1.2
yoti-doc-remote-1.1.1
yoti-doc-remote-1.1.0
1.0.x
yoti-doc-remote-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yoti.mobile.android.sdk</groupId>
    <artifactId>yoti-doc-remote</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.yoti.mobile.android.sdk:yoti-doc-remote:1.1.3'

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

implementation("com.yoti.mobile.android.sdk:yoti-doc-remote:1.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yoti.mobile.android.sdk" % "yoti-doc-remote" % "1.1.3"