MVN

de.adorsys.psd2 : cms-client

Maven & Gradle

Oct 26, 2018
125 stars
<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>cms-client</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adorsys.psd2 : cms-client 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 : cms-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
cms-client-1.10
cms-client-1.10-RC1
1.9
cms-client-1.9

How to add a dependency to Maven

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

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>cms-client</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.adorsys.psd2:cms-client:1.10'

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

implementation("de.adorsys.psd2:cms-client:1.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.adorsys.psd2" % "cms-client" % "1.10"

Advertisement