MVN

ru.tinkoff.acquiring : threeds-wrapper

Maven & Gradle

Jul 18, 2023
54 stars

threeds-wrapper · Library which allows you to use internet acquiring in your android app

<dependency>
    <groupId>ru.tinkoff.acquiring</groupId>
    <artifactId>threeds-wrapper</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
threeds-wrapper-3.0.0
2.13.x
threeds-wrapper-2.13.3
threeds-wrapper-2.13.2
threeds-wrapper-2.13.1
threeds-wrapper-2.13.0
2.12.x
threeds-wrapper-2.12.0
2.11
threeds-wrapper-2.11
2.10.x
threeds-wrapper-2.10.1
threeds-wrapper-2.10.0
2.9.x
threeds-wrapper-2.9.0
2.8.x
threeds-wrapper-2.8.2
threeds-wrapper-2.8.1
threeds-wrapper-2.8.0
2.7.x
threeds-wrapper-2.7.0
2.6.x
threeds-wrapper-2.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.tinkoff.acquiring</groupId>
    <artifactId>threeds-wrapper</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ru.tinkoff.acquiring:threeds-wrapper:3.0.0'

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

implementation("ru.tinkoff.acquiring:threeds-wrapper:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ru.tinkoff.acquiring" % "threeds-wrapper" % "3.0.0"

Advertisement