MVN

com.adyen.checkout : bcmc-ui

Maven & Gradle

Jun 01, 2021
1 usages
119 stars

Adyen checkout bcmc UI component · Adyen checkout bcmc UI component client for Adyen's Checkout API.

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

Latest Version

Choose a version of com.adyen.checkout : bcmc-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 : bcmc-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bcmc-ui-4.0.0-alpha02
bcmc-ui-4.0.0-alpha01
3.8.x
bcmc-ui-3.8.3
bcmc-ui-3.8.2
bcmc-ui-3.8.1
bcmc-ui-3.8.0
3.7.x
bcmc-ui-3.7.3
bcmc-ui-3.7.2
bcmc-ui-3.7.1
bcmc-ui-3.7.0
3.6.x
bcmc-ui-3.6.6
bcmc-ui-3.6.5
bcmc-ui-3.6.4
bcmc-ui-3.6.3
bcmc-ui-3.6.2
bcmc-ui-3.6.1
bcmc-ui-3.6.0
3.5.x
bcmc-ui-3.5.1
bcmc-ui-3.5.0
3.4.x
bcmc-ui-3.4.1
bcmc-ui-3.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement