MVN

com.ecommpay : msdk-ui-common

Maven & Gradle

May 19, 2023
5 stars

mSDK UI Module · SDK for Android is a software development kit for fast integration of the ECommPay payment solutions right in your mobile application for Android.

<dependency>
    <groupId>com.ecommpay</groupId>
    <artifactId>msdk-ui-common</artifactId>
    <version>3.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ecommpay : msdk-ui-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.5

All Versions

Choose a version of com.ecommpay : msdk-ui-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
msdk-ui-common-3.3.5
msdk-ui-common-3.3.4
msdk-ui-common-3.3.3
msdk-ui-common-3.3.2
msdk-ui-common-3.3.1
msdk-ui-common-3.3.0
3.2.x
msdk-ui-common-3.2.1
msdk-ui-common-3.2.0
3.1.x
msdk-ui-common-3.1.0
3.0.x
msdk-ui-common-3.0.0
2.4.x
msdk-ui-common-2.4.0
2.3.x
msdk-ui-common-2.3.0
2.2.x
msdk-ui-common-2.2.0
2.1.x
msdk-ui-common-2.1.0

How to add a dependency to Maven

Add the following com.ecommpay : msdk-ui-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ecommpay</groupId>
    <artifactId>msdk-ui-common</artifactId>
    <version>3.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ecommpay : msdk-ui-common gradle dependency to your build.gradle file:

implementation 'com.ecommpay:msdk-ui-common:3.3.5'

Gradle Kotlin DSL: Add the following com.ecommpay : msdk-ui-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ecommpay:msdk-ui-common:3.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ecommpay : msdk-ui-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ecommpay" % "msdk-ui-common" % "3.3.5"