MVN

com.swedbankpay.mobilesdk : mobilesdk-merchantbackend

Maven & Gradle

Feb 10, 2023
4 stars

com.swedbankpay.mobilesdk:mobilesdk-merchantbackend · Utilities for interfacing the Swedbank Pay Android SDK with a Merchant Backend API backend

<dependency>
    <groupId>com.swedbankpay.mobilesdk</groupId>
    <artifactId>mobilesdk-merchantbackend</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swedbankpay.mobilesdk : mobilesdk-merchantbackend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1

All Versions

Choose a version of com.swedbankpay.mobilesdk : mobilesdk-merchantbackend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
mobilesdk-merchantbackend-4.1.1
mobilesdk-merchantbackend-4.1.0
4.0.x
mobilesdk-merchantbackend-4.0.0
3.1.x
mobilesdk-merchantbackend-3.1.0
3.0.x
mobilesdk-merchantbackend-3.0.3
mobilesdk-merchantbackend-3.0.2
mobilesdk-merchantbackend-3.0.1
mobilesdk-merchantbackend-3.0.0

How to add a dependency to Maven

Add the following com.swedbankpay.mobilesdk : mobilesdk-merchantbackend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swedbankpay.mobilesdk</groupId>
    <artifactId>mobilesdk-merchantbackend</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swedbankpay.mobilesdk : mobilesdk-merchantbackend gradle dependency to your build.gradle file:

implementation 'com.swedbankpay.mobilesdk:mobilesdk-merchantbackend:4.1.1'

Gradle Kotlin DSL: Add the following com.swedbankpay.mobilesdk : mobilesdk-merchantbackend gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swedbankpay.mobilesdk:mobilesdk-merchantbackend:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swedbankpay.mobilesdk : mobilesdk-merchantbackend sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swedbankpay.mobilesdk" % "mobilesdk-merchantbackend" % "4.1.1"