MVN

com.mastercard.pbba : merchant-sdk

Maven & Gradle

Aug 23, 2023
0 stars

PbBa Merchant Button Library - Android · The Pay by Bank app Merchant Library for Android makes it easy for you to add Pay by Bank app as a new payment method.

<dependency>
    <groupId>com.mastercard.pbba</groupId>
    <artifactId>merchant-sdk</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mastercard.pbba : merchant-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.mastercard.pbba : merchant-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
merchant-sdk-4.0.1
merchant-sdk-4.0.0
3.1.x
merchant-sdk-3.1.2
merchant-sdk-3.1.1
merchant-sdk-3.1.0
3.0.x
merchant-sdk-3.0.0

How to add a dependency to Maven

Add the following com.mastercard.pbba : merchant-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mastercard.pbba</groupId>
    <artifactId>merchant-sdk</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mastercard.pbba : merchant-sdk gradle dependency to your build.gradle file:

implementation 'com.mastercard.pbba:merchant-sdk:4.0.1'

Gradle Kotlin DSL: Add the following com.mastercard.pbba : merchant-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mastercard.pbba:merchant-sdk:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mastercard.pbba : merchant-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mastercard.pbba" % "merchant-sdk" % "4.0.1"

Advertisement