MVN

com.getbouncer : scan-payment-card-detect-minimal

Maven & Gradle

May 28, 2021
185 stars

scan-payment-card-detect-minimal · This library provides the framework for scanning payment cards

<dependency>
    <groupId>com.getbouncer</groupId>
    <artifactId>scan-payment-card-detect-minimal</artifactId>
    <version>2.0.0090</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.getbouncer : scan-payment-card-detect-minimal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0090

All Versions

Choose a version of com.getbouncer : scan-payment-card-detect-minimal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
scan-payment-card-detect-minimal-2.0.0090
scan-payment-card-detect-minimal-2.0.0089
scan-payment-card-detect-minimal-2.0.0088
scan-payment-card-detect-minimal-2.0.0087
scan-payment-card-detect-minimal-2.0.0086
scan-payment-card-detect-minimal-2.0.0085
scan-payment-card-detect-minimal-2.0.0084
scan-payment-card-detect-minimal-2.0.0083
scan-payment-card-detect-minimal-2.0.0082
scan-payment-card-detect-minimal-2.0.0081
scan-payment-card-detect-minimal-2.0.0080
scan-payment-card-detect-minimal-2.0.0079

How to add a dependency to Maven

Add the following com.getbouncer : scan-payment-card-detect-minimal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.getbouncer</groupId>
    <artifactId>scan-payment-card-detect-minimal</artifactId>
    <version>2.0.0090</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.getbouncer : scan-payment-card-detect-minimal gradle dependency to your build.gradle file:

implementation 'com.getbouncer:scan-payment-card-detect-minimal:2.0.0090'

Gradle Kotlin DSL: Add the following com.getbouncer : scan-payment-card-detect-minimal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.getbouncer:scan-payment-card-detect-minimal:2.0.0090")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.getbouncer : scan-payment-card-detect-minimal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.getbouncer" % "scan-payment-card-detect-minimal" % "2.0.0090"

Advertisement