MVN

ru.tinkoff.acquiring : payment

Maven & Gradle

Jan 18, 2022
33 stars

payment · Library which allows you to use internet acquiring in your android app

<dependency>
    <groupId>ru.tinkoff.acquiring</groupId>
    <artifactId>payment</artifactId>
    <version>1.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tinkoff.acquiring : payment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.5

All Versions

Choose a version of ru.tinkoff.acquiring : payment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
payment-1.7.5
payment-1.7.4
payment-1.7.3
payment-1.7.2
payment-1.7.1
payment-1.7.0
1.6.x
payment-1.6.0
1.5.x
payment-1.5.3
payment-1.5.2
payment-1.5.1
payment-1.5.0
1.4.x
payment-1.4.8
payment-1.4.7
payment-1.4.6
payment-1.4.5
payment-1.4.4
payment-1.4.3
payment-1.4.2

How to add a dependency to Maven

Add the following ru.tinkoff.acquiring : payment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.tinkoff.acquiring</groupId>
    <artifactId>payment</artifactId>
    <version>1.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tinkoff.acquiring : payment gradle dependency to your build.gradle file:

implementation 'ru.tinkoff.acquiring:payment:1.7.5'

Gradle Kotlin DSL: Add the following ru.tinkoff.acquiring : payment gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tinkoff.acquiring:payment:1.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tinkoff.acquiring : payment sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tinkoff.acquiring" % "payment" % "1.7.5"

Advertisement