MVN

de.adorsys.psd2 : consent-management-remote

Maven & Gradle

Nov 10, 2018
1 usages
125 stars
<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>consent-management-remote</artifactId>
    <version>1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adorsys.psd2 : consent-management-remote to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11

All Versions

Choose a version of de.adorsys.psd2 : consent-management-remote to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11
consent-management-remote-1.11

How to add a dependency to Maven

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

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>consent-management-remote</artifactId>
    <version>1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.adorsys.psd2 : consent-management-remote gradle dependency to your build.gradle file:

implementation 'de.adorsys.psd2:consent-management-remote:1.11'

Gradle Kotlin DSL: Add the following de.adorsys.psd2 : consent-management-remote gradle kotlin dependency to your build.gradle.kts file:

implementation("de.adorsys.psd2:consent-management-remote:1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.adorsys.psd2 : consent-management-remote sbt scala dependency to your build.sbt file:

libraryDependencies += "de.adorsys.psd2" % "consent-management-remote" % "1.11"