MVN

ai.cardscan : insurance-cardscan

Maven & Gradle

Jan 25, 2022
1 stars

CardScan.ai - Insurance Card Scanning · A library that makes it easy to add health insurance card scanning to any Java, Kotlin or Android application.

<dependency>
    <groupId>ai.cardscan</groupId>
    <artifactId>insurance-cardscan</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.cardscan : insurance-cardscan to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of ai.cardscan : insurance-cardscan to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
insurance-cardscan-0.2.8

How to add a dependency to Maven

Add the following ai.cardscan : insurance-cardscan maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.cardscan</groupId>
    <artifactId>insurance-cardscan</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.cardscan : insurance-cardscan gradle dependency to your build.gradle file:

implementation 'ai.cardscan:insurance-cardscan:0.2.8'

Gradle Kotlin DSL: Add the following ai.cardscan : insurance-cardscan gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.cardscan:insurance-cardscan:0.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.cardscan : insurance-cardscan sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.cardscan" % "insurance-cardscan" % "0.2.8"

Advertisement