MVN

com.swedbankpay.mobilesdk : mobilesdk

Maven & Gradle

Feb 10, 2023
1 usages
4 stars

com.swedbankpay.mobilesdk:mobilesdk · A library for integrating Swedbank Pay payments into an Android application

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

Latest Version

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

  • Latest Stable: 4.1.1
  • Latest Beta: 1.0.0-beta.31

All Versions

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

Version Vulnerabilities Updated
4.1.x
mobilesdk-4.1.1
mobilesdk-4.1.0
4.0.x
mobilesdk-4.0.0
3.1.x
mobilesdk-3.1.0
3.0.x
mobilesdk-3.0.3
mobilesdk-3.0.2
mobilesdk-3.0.1
mobilesdk-3.0.0
2.2.x
mobilesdk-2.2.2
mobilesdk-2.2.1
mobilesdk-2.2.0
2.1.x
mobilesdk-2.1.3
mobilesdk-2.1.2
mobilesdk-2.1.1
mobilesdk-2.1.0
2.0.x
mobilesdk-2.0.0
1.0.x
mobilesdk-1.0.9
mobilesdk-1.0.8
mobilesdk-1.0.7
mobilesdk-1.0.6
mobilesdk-1.0.5
mobilesdk-1.0.4
mobilesdk-1.0.3
mobilesdk-1.0.2
mobilesdk-1.0.1
mobilesdk-1.0.0
mobilesdk-1.0.0-beta.31

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement