MVN

de.adorsys.psd2 : consent-management-system

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.11
  • Latest Release Candidate: 1.11-RC1

All Versions

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

Version Vulnerabilities Updated
1.11
consent-management-system-1.11
consent-management-system-1.11-RC1
1.10
consent-management-system-1.10
consent-management-system-1.10-RC1
1.9
consent-management-system-1.9

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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