MVN

com.adyen.checkout : drop-in-compose

Maven & Gradle

Jul 18, 2023
119 stars

Adyen checkout drop-in component compose · Compose compat Adyen checkout drop-in component.

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>drop-in-compose</artifactId>
    <version>5.0.0-alpha02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adyen.checkout : drop-in-compose to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0-alpha02
  • Latest Alpha: 5.0.0-alpha02

All Versions

Choose a version of com.adyen.checkout : drop-in-compose to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
drop-in-compose-5.0.0-alpha02

How to add a dependency to Maven

Add the following com.adyen.checkout : drop-in-compose maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>drop-in-compose</artifactId>
    <version>5.0.0-alpha02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adyen.checkout : drop-in-compose gradle dependency to your build.gradle file:

implementation 'com.adyen.checkout:drop-in-compose:5.0.0-alpha02'

Gradle Kotlin DSL: Add the following com.adyen.checkout : drop-in-compose gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adyen.checkout:drop-in-compose:5.0.0-alpha02")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adyen.checkout : drop-in-compose sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adyen.checkout" % "drop-in-compose" % "5.0.0-alpha02"

Advertisement

Dependencies from Group

Jul 18, 2023
14 usages
119 stars
Jun 01, 2021
12 usages
119 stars
Jul 18, 2023
11 usages
119 stars
Jun 01, 2021
9 usages
119 stars
Sep 02, 2021
7 usages
119 stars

Discover Dependencies