MVN

com.yoti.mobile.mpp : mrtddump-android

Maven & Gradle

Oct 18, 2022
1 usages

MRTD Dump · kotlin multiplatform reading library for eMRTD chips

<dependency>
    <groupId>com.yoti.mobile.mpp</groupId>
    <artifactId>mrtddump-android</artifactId>
    <version>1.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.8

All Versions

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

Version Vulnerabilities Updated
1.2.x
mrtddump-android-1.2.8
mrtddump-android-1.2.5
mrtddump-android-1.2.4
mrtddump-android-1.2.3
mrtddump-android-1.2.2
mrtddump-android-1.2.1
mrtddump-android-1.2.0
1.1.x
mrtddump-android-1.1.4
mrtddump-android-1.1.3
mrtddump-android-1.1.2
mrtddump-android-1.1.1
1.0.x
mrtddump-android-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.yoti.mobile.mpp</groupId>
    <artifactId>mrtddump-android</artifactId>
    <version>1.2.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.yoti.mobile.mpp:mrtddump-android:1.2.8'

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

implementation("com.yoti.mobile.mpp:mrtddump-android:1.2.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.yoti.mobile.mpp" % "mrtddump-android" % "1.2.8"