MVN

com.adyen.checkout : online-banking-pl

Maven & Gradle

Jul 18, 2023
119 stars

Adyen checkout Online Banking Poland · Adyen checkout Online Banking Poland component client for Adyen's Checkout API.

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>online-banking-pl</artifactId>
    <version>4.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

Version Vulnerabilities Updated
5.0.x
online-banking-pl-5.0.0-alpha02
online-banking-pl-5.0.0-alpha01
4.12.x
online-banking-pl-4.12.1
online-banking-pl-4.12.0
4.11.x
online-banking-pl-4.11.0
4.10.x
online-banking-pl-4.10.0
4.9.x
online-banking-pl-4.9.1
online-banking-pl-4.9.0
4.8.x
online-banking-pl-4.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>online-banking-pl</artifactId>
    <version>4.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adyen.checkout : online-banking-pl gradle dependency to your build.gradle file:

implementation 'com.adyen.checkout:online-banking-pl:4.12.1'

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

implementation("com.adyen.checkout:online-banking-pl:4.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adyen.checkout : online-banking-pl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adyen.checkout" % "online-banking-pl" % "4.12.1"

Advertisement