MVN

online.devliving : cvscanner

Maven & Gradle

Sep 17, 2017
156 stars

online.devliving:cvscanner · A ID/Passport Scanning Library for Android

<dependency>
    <groupId>online.devliving</groupId>
    <artifactId>cvscanner</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of online.devliving : cvscanner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of online.devliving : cvscanner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
cvscanner-1.3.3
cvscanner-1.3.2
cvscanner-1.3.1
cvscanner-1.3.0
1.2.x
cvscanner-1.2.0
1.1.x
cvscanner-1.1.4
cvscanner-1.1.2
cvscanner-1.1.1
cvscanner-1.1.0
1.0.x
cvscanner-1.0.8
cvscanner-1.0.7
cvscanner-1.0.6
cvscanner-1.0.5
cvscanner-1.0.4
cvscanner-1.0.3
cvscanner-1.0.2
cvscanner-1.0.1

How to add a dependency to Maven

Add the following online.devliving : cvscanner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>online.devliving</groupId>
    <artifactId>cvscanner</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following online.devliving : cvscanner gradle dependency to your build.gradle file:

implementation 'online.devliving:cvscanner:1.3.3'

Gradle Kotlin DSL: Add the following online.devliving : cvscanner gradle kotlin dependency to your build.gradle.kts file:

implementation("online.devliving:cvscanner:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following online.devliving : cvscanner sbt scala dependency to your build.sbt file:

libraryDependencies += "online.devliving" % "cvscanner" % "1.3.3"

Advertisement