MVN

de.adorsys.psd2.sandbox : consent-psu-rest-client

Maven & Gradle

Jul 01, 2021
3 usages
<dependency>
    <groupId>de.adorsys.psd2.sandbox</groupId>
    <artifactId>consent-psu-rest-client</artifactId>
    <version>5.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adorsys.psd2.sandbox : consent-psu-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.14
  • Latest Release Candidate: 3.6-RC1

All Versions

Choose a version of de.adorsys.psd2.sandbox : consent-psu-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.14
consent-psu-rest-client-5.14
5.13
consent-psu-rest-client-5.13
5.12
consent-psu-rest-client-5.12
5.11
consent-psu-rest-client-5.11
5.10
consent-psu-rest-client-5.10
5.9
consent-psu-rest-client-5.9
5.8.x
consent-psu-rest-client-5.8.2
consent-psu-rest-client-5.8.1
5.8
consent-psu-rest-client-5.8
5.7.x
consent-psu-rest-client-5.7.1
5.7
consent-psu-rest-client-5.7
5.6.x
consent-psu-rest-client-5.6.1
5.6
consent-psu-rest-client-5.6
5.5
consent-psu-rest-client-5.5
5.4
consent-psu-rest-client-5.4
5.2
consent-psu-rest-client-5.2
5.0
consent-psu-rest-client-5.0
4.11
consent-psu-rest-client-4.11
4.10
consent-psu-rest-client-4.10
4.9
consent-psu-rest-client-4.9
4.8
consent-psu-rest-client-4.8
4.6
consent-psu-rest-client-4.6
4.4.x
consent-psu-rest-client-4.4.1
4.4
consent-psu-rest-client-4.4
4.3.x
consent-psu-rest-client-4.3.1
4.3
consent-psu-rest-client-4.3
4.2
consent-psu-rest-client-4.2
4.1
consent-psu-rest-client-4.1
4.0
consent-psu-rest-client-4.0
3.8.x
consent-psu-rest-client-3.8.1
3.8
consent-psu-rest-client-3.8
3.7.x
consent-psu-rest-client-3.7.1
3.7
consent-psu-rest-client-3.7
3.6
consent-psu-rest-client-3.6-RC1
3.5.x
consent-psu-rest-client-3.5.1
3.5
consent-psu-rest-client-3.5
3.4
consent-psu-rest-client-3.4
3.3
consent-psu-rest-client-3.3
3.2
consent-psu-rest-client-3.2
3.1.x
consent-psu-rest-client-3.1.1
3.1
consent-psu-rest-client-3.1
3.0
consent-psu-rest-client-3.0
2.9
consent-psu-rest-client-2.9
2.8
consent-psu-rest-client-2.8
2.7
consent-psu-rest-client-2.7
2.1.x
consent-psu-rest-client-2.1.2
consent-psu-rest-client-2.1.1
2.0
consent-psu-rest-client-2.0
1.9
consent-psu-rest-client-1.9
1.8
consent-psu-rest-client-1.8
1.7
consent-psu-rest-client-1.7
1.6
consent-psu-rest-client-1.6
1.5
consent-psu-rest-client-1.5
1.4
consent-psu-rest-client-1.4
1.3
consent-psu-rest-client-1.3
1.2
consent-psu-rest-client-1.2
1.1
consent-psu-rest-client-1.1
consent-psu-rest-client-1.1-RC1
1.0
consent-psu-rest-client-1.0
0.3
consent-psu-rest-client-0.3
0.2.x
consent-psu-rest-client-0.2.4.2

How to add a dependency to Maven

Add the following de.adorsys.psd2.sandbox : consent-psu-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.adorsys.psd2.sandbox</groupId>
    <artifactId>consent-psu-rest-client</artifactId>
    <version>5.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.adorsys.psd2.sandbox : consent-psu-rest-client gradle dependency to your build.gradle file:

implementation 'de.adorsys.psd2.sandbox:consent-psu-rest-client:5.14'

Gradle Kotlin DSL: Add the following de.adorsys.psd2.sandbox : consent-psu-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.adorsys.psd2.sandbox:consent-psu-rest-client:5.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.adorsys.psd2.sandbox : consent-psu-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.adorsys.psd2.sandbox" % "consent-psu-rest-client" % "5.14"