MVN

com.metamap : android-sdk-smart-capture

Maven & Gradle

Jun 04, 2023

android-sdk-smart-capture · Identity Verification Service

<dependency>
    <groupId>com.metamap</groupId>
    <artifactId>android-sdk-smart-capture</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metamap : android-sdk-smart-capture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0
  • Latest Beta: 0.1.0-beta

All Versions

Choose a version of com.metamap : android-sdk-smart-capture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
android-sdk-smart-capture-0.2.0
0.1.x
android-sdk-smart-capture-0.1.1
android-sdk-smart-capture-0.1.0-beta
android-sdk-smart-capture-0.1.0
0.0.x
android-sdk-smart-capture-0.0.16
android-sdk-smart-capture-0.0.11
android-sdk-smart-capture-0.0.10
android-sdk-smart-capture-0.0.9
android-sdk-smart-capture-0.0.7
android-sdk-smart-capture-0.0.6
android-sdk-smart-capture-0.0.5
android-sdk-smart-capture-0.0.3
android-sdk-smart-capture-0.0.2
android-sdk-smart-capture-0.0.1

How to add a dependency to Maven

Add the following com.metamap : android-sdk-smart-capture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metamap</groupId>
    <artifactId>android-sdk-smart-capture</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metamap : android-sdk-smart-capture gradle dependency to your build.gradle file:

implementation 'com.metamap:android-sdk-smart-capture:0.2.0'

Gradle Kotlin DSL: Add the following com.metamap : android-sdk-smart-capture gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metamap:android-sdk-smart-capture:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metamap : android-sdk-smart-capture sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metamap" % "android-sdk-smart-capture" % "0.2.0"