MVN

com.mypos : slavesdk-beta

Maven & Gradle

Mar 05, 2021

myPOS-Slave-SDK · This repository provides a native Android SDK, which enables to integrate your Mobile App with myPOS Card terminals, processed by its platform, to accept card payments (including but not limited to VISA, Mastercard, UnionPay International, JCB, Bancontact). myPOS SDK Android communicates transparently to the card terminal(s) via Bluetooth. To process checkout SDK provides management of the terminal to complete all the steps for transaction processing, return or refund, card storage for recurring transactions, and communicates to the application transaction status, card token, card masked PAN. No sensitive card data is ever passed through to or stored on the merchant's phone. All data is encrypted by the card terminal, which has been fully certified to the highest industry standards (PCI, EMV I & II, Visa, MasterCard & Amex).

<dependency>
    <groupId>com.mypos</groupId>
    <artifactId>slavesdk-beta</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mypos : slavesdk-beta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of com.mypos : slavesdk-beta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
slavesdk-beta-2.0.7
slavesdk-beta-2.0.0

How to add a dependency to Maven

Add the following com.mypos : slavesdk-beta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mypos</groupId>
    <artifactId>slavesdk-beta</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mypos : slavesdk-beta gradle dependency to your build.gradle file:

implementation 'com.mypos:slavesdk-beta:2.0.7'

Gradle Kotlin DSL: Add the following com.mypos : slavesdk-beta gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mypos:slavesdk-beta:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mypos : slavesdk-beta sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mypos" % "slavesdk-beta" % "2.0.7"

Advertisement