MVN

com.adyen.checkout : await-ui

Maven & Gradle

Jun 01, 2021
1 usages
119 stars

Adyen checkout await-ui component · Adyen checkout await-ui component client for Adyen's Checkout API.

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>await-ui</artifactId>
    <version>3.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adyen.checkout : await-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.3
  • Latest Alpha: 4.0.0-alpha02

All Versions

Choose a version of com.adyen.checkout : await-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
await-ui-4.0.0-alpha02
await-ui-4.0.0-alpha01
3.8.x
await-ui-3.8.3
await-ui-3.8.2
await-ui-3.8.1
await-ui-3.8.0
3.7.x
await-ui-3.7.3
await-ui-3.7.2
await-ui-3.7.1
await-ui-3.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>await-ui</artifactId>
    <version>3.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adyen.checkout : await-ui gradle dependency to your build.gradle file:

implementation 'com.adyen.checkout:await-ui:3.8.3'

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

implementation("com.adyen.checkout:await-ui:3.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adyen.checkout : await-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adyen.checkout" % "await-ui" % "3.8.3"