MVN

com.yoti.mobile.android : commons-camerax

Maven & Gradle

Jul 19, 2022
3 usages

Yoti common utility methods · Yoti common utility methods

<dependency>
    <groupId>com.yoti.mobile.android</groupId>
    <artifactId>commons-camerax</artifactId>
    <version>2.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.10.0

All Versions

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

Version Vulnerabilities Updated
2.10.x
commons-camerax-2.10.0
2.9.x
commons-camerax-2.9.2
commons-camerax-2.9.1
commons-camerax-2.9.0
2.8.x
commons-camerax-2.8.0
2.7.x
commons-camerax-2.7.2
commons-camerax-2.7.1
commons-camerax-2.7.0
2.6.x
commons-camerax-2.6.1
commons-camerax-2.6.0
2.5.x
commons-camerax-2.5.3
commons-camerax-2.5.2
2.3.x
commons-camerax-2.3.0
2.2.x
commons-camerax-2.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yoti.mobile.android</groupId>
    <artifactId>commons-camerax</artifactId>
    <version>2.10.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.yoti.mobile.android:commons-camerax:2.10.0'

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

implementation("com.yoti.mobile.android:commons-camerax:2.10.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yoti.mobile.android" % "commons-camerax" % "2.10.0"

Advertisement