MVN

de.adorsys.multibanking : xs2a-client-adapter

Maven & Gradle

May 16, 2023
35 stars

xs2a-client-adapter · PSD2 XS2A Client Adapter

<dependency>
    <groupId>de.adorsys.multibanking</groupId>
    <artifactId>xs2a-client-adapter</artifactId>
    <version>1.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adorsys.multibanking : xs2a-client-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.12

All Versions

Choose a version of de.adorsys.multibanking : xs2a-client-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
xs2a-client-adapter-1.3.12
xs2a-client-adapter-1.3.4.4
xs2a-client-adapter-1.3.4.3

How to add a dependency to Maven

Add the following de.adorsys.multibanking : xs2a-client-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.adorsys.multibanking</groupId>
    <artifactId>xs2a-client-adapter</artifactId>
    <version>1.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.adorsys.multibanking : xs2a-client-adapter gradle dependency to your build.gradle file:

implementation 'de.adorsys.multibanking:xs2a-client-adapter:1.3.12'

Gradle Kotlin DSL: Add the following de.adorsys.multibanking : xs2a-client-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("de.adorsys.multibanking:xs2a-client-adapter:1.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.adorsys.multibanking : xs2a-client-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "de.adorsys.multibanking" % "xs2a-client-adapter" % "1.3.12"

Advertisement