MVN

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

Maven & Gradle

Jul 11, 2023
6 usages

Yoti SDK · Yoti SDK

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

Latest Version

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

  • Latest Stable: 3.1.1

All Versions

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

Version Vulnerabilities Updated
3.1.x
yoti-sdk-remote-3.1.1
yoti-sdk-remote-3.1.0
3.0.x
yoti-sdk-remote-3.0.1
yoti-sdk-remote-3.0.0
2.9.x
yoti-sdk-remote-2.9.3
yoti-sdk-remote-2.9.2
yoti-sdk-remote-2.9.1
yoti-sdk-remote-2.9.0
2.8.x
yoti-sdk-remote-2.8.1
yoti-sdk-remote-2.8.0
2.7.x
yoti-sdk-remote-2.7.0
2.6.x
yoti-sdk-remote-2.6.1
yoti-sdk-remote-2.6.0
2.5.x
yoti-sdk-remote-2.5.1
yoti-sdk-remote-2.5.0
2.4.x
yoti-sdk-remote-2.4.0
2.3.x
yoti-sdk-remote-2.3.2
yoti-sdk-remote-2.3.1
yoti-sdk-remote-2.3.0
2.2.x
yoti-sdk-remote-2.2.0
2.1.x
yoti-sdk-remote-2.1.0
2.0.x
yoti-sdk-remote-2.0.0

How to add a dependency to Maven

Add the following com.yoti.mobile.android.sdk : yoti-sdk-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-sdk-remote</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.yoti.mobile.android.sdk:yoti-sdk-remote:3.1.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement