MVN

com.adyen.checkout : cashapppay

Maven & Gradle

Jul 18, 2023
120 stars

Adyen checkout Cash App Pay component · Adyen checkout Cash App Pay component client for Adyen's Checkout API.

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>cashapppay</artifactId>
    <version>4.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
5.0.x
cashapppay-5.0.0-alpha02
4.12.x
cashapppay-4.12.1
cashapppay-4.12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>cashapppay</artifactId>
    <version>4.12.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.adyen.checkout:cashapppay:4.12.1'

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

implementation("com.adyen.checkout:cashapppay:4.12.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.adyen.checkout" % "cashapppay" % "4.12.1"

Advertisement