MVN

com.mastercard.psp.payment : mastercard-psp-payment

Maven & Gradle

Jan 10, 2019

mastercard-psp-payment · Masterpass Merchant Checkout SDK on MasterCard Developer Zone (https://developer.mastercard.com)

<dependency>
    <groupId>com.mastercard.psp.payment</groupId>
    <artifactId>mastercard-psp-payment</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mastercard.psp.payment : mastercard-psp-payment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of com.mastercard.psp.payment : mastercard-psp-payment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
mastercard-psp-payment-1.3.1
mastercard-psp-payment-1.3.0
1.2.x
mastercard-psp-payment-1.2.2
mastercard-psp-payment-1.2.1
mastercard-psp-payment-1.2.0
1.1.x
mastercard-psp-payment-1.1.0
1.0.x
mastercard-psp-payment-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mastercard.psp.payment</groupId>
    <artifactId>mastercard-psp-payment</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mastercard.psp.payment : mastercard-psp-payment gradle dependency to your build.gradle file:

implementation 'com.mastercard.psp.payment:mastercard-psp-payment:1.3.1'

Gradle Kotlin DSL: Add the following com.mastercard.psp.payment : mastercard-psp-payment gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mastercard.psp.payment:mastercard-psp-payment:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mastercard.psp.payment : mastercard-psp-payment sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mastercard.psp.payment" % "mastercard-psp-payment" % "1.3.1"

Advertisement