yoti-sdk-doc-scan
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yoti.mobile.android.sdk</groupId> <artifactId>yoti-sdk-doc-scan</artifactId> <version>4.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.yoti.mobile.android.sdk</groupId> <artifactId>yoti-sdk-doc-scan</artifactId> <version>4.0.0</version> <packaging>aar</packaging> <name>Yoti SDK</name> <description>Yoti SDK</description> <url>https://github.com/getyoti</url> <licenses> <license> <name>Proprietary</name> <url>https://www.yoti.com/wp-content/uploads/2019/08/Yoti-Doc-Scan-SDK-Terms.pdf</url> </license> </licenses> <developers> <developer> <id>yoti-ci</id> <name>Yoti</name> </developer> </developers> <scm> <connection>git@github.com:lampkicking/yoti-docs-android.git</connection> <url>https://github.com/lampkicking/yoti-docs-android</url> </scm> <dependencies> <dependency> <groupId>com.yoti.mobile.android.sdk</groupId> <artifactId>yoti-sdk-doc-scan-core</artifactId> <version>4.0.0</version> <scope>api</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>7.4.2</version> <scope>api</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.0.4</version> <scope>implementation</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.0.0</version> <scope>implementation</scope> </dependency> <dependency> <groupId>androidx.cardview</groupId> <artifactId>cardview</artifactId> <version>1.0.0</version> <scope>implementation</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.4.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-savedstate</artifactId> <version>2.4.1</version> <scope>implementation</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-fragment-ktx</artifactId> <version>2.5.3</version> <scope>implementation</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-ui-ktx</artifactId> <version>2.5.3</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.google.dagger</groupId> <artifactId>dagger</artifactId> <version>2.44.2</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.yoti.mobile.android.sdk</groupId> <artifactId>yoti-sdk-mrtd</artifactId> <version>4.0.0</version> <scope>implementation</scope> </dependency> <dependency> <groupId>com.yoti.mobile.android</groupId> <artifactId>documentscan-regula</artifactId> <version>5.6.5</version> <scope>implementation</scope> <exclusions> <exclusion> <groupId>com.yoti.mobile.android.common.ui</groupId> <artifactId>ui-widgets</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.8.10</version> <scope>runtimeClasspath</scope> </dependency> </dependencies> </project>