MVN

com.adyen.threeds : adyen-3ds2

Maven & Gradle

Aug 11, 2023
2 usages
27 stars

Adyen 3DS2 Android SDK · Adyen 3DS2 Android SDK supports 3D Secure 2.0 payments via Adyen.

<dependency>
    <groupId>com.adyen.threeds</groupId>
    <artifactId>adyen-3ds2</artifactId>
    <version>2.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adyen.threeds : adyen-3ds2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.15
  • Latest Release Candidate: 2.1.0-rc09

All Versions

Choose a version of com.adyen.threeds : adyen-3ds2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
adyen-3ds2-2.2.15
adyen-3ds2-2.2.14
adyen-3ds2-2.2.13
adyen-3ds2-2.2.12
adyen-3ds2-2.2.11
adyen-3ds2-2.2.10
adyen-3ds2-2.2.9
adyen-3ds2-2.2.8
adyen-3ds2-2.2.7
adyen-3ds2-2.2.6
adyen-3ds2-2.2.5
adyen-3ds2-2.2.4
adyen-3ds2-2.2.3
adyen-3ds2-2.2.2
adyen-3ds2-2.2.1
adyen-3ds2-2.2.0
2.1.x
adyen-3ds2-2.1.0-rc09
adyen-3ds2-2.1.0-rc08
adyen-3ds2-2.1.0-rc07
adyen-3ds2-2.1.0-rc06
adyen-3ds2-2.1.0-rc05
adyen-3ds2-2.1.0-rc04
adyen-3ds2-2.1.0-rc03
adyen-3ds2-2.1.0-rc02
adyen-3ds2-2.1.0-rc01
0.9.x
adyen-3ds2-0.9.6
adyen-3ds2-0.9.5
adyen-3ds2-0.9.4
adyen-3ds2-0.9.3
adyen-3ds2-0.9.2

How to add a dependency to Maven

Add the following com.adyen.threeds : adyen-3ds2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adyen.threeds</groupId>
    <artifactId>adyen-3ds2</artifactId>
    <version>2.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adyen.threeds : adyen-3ds2 gradle dependency to your build.gradle file:

implementation 'com.adyen.threeds:adyen-3ds2:2.2.15'

Gradle Kotlin DSL: Add the following com.adyen.threeds : adyen-3ds2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adyen.threeds:adyen-3ds2:2.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adyen.threeds : adyen-3ds2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adyen.threeds" % "adyen-3ds2" % "2.2.15"

Advertisement