MVN

de.adorsys.psd2 : consent-api

Maven & Gradle

Oct 26, 2018
6 usages

consent-api · Consent API

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>consent-api</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.10
consent-api-1.10
consent-api-1.10-RC1
1.9
consent-api-1.9

How to add a dependency to Maven

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

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>consent-api</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.adorsys.psd2:consent-api:1.10'

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

implementation("de.adorsys.psd2:consent-api:1.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.adorsys.psd2" % "consent-api" % "1.10"

Advertisement