MVN

de.adorsys.psd2 : spring-boot-1.5.x-support

Maven & Gradle

Aug 30, 2019
1 usages
125 stars
<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>spring-boot-1.5.x-support</artifactId>
    <version>2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adorsys.psd2 : spring-boot-1.5.x-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13
  • Latest Release Candidate: 2.5.2-RC4

All Versions

Choose a version of de.adorsys.psd2 : spring-boot-1.5.x-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
spring-boot-1.5.x-support-3.1
3.0
spring-boot-1.5.x-support-3.0
2.13
spring-boot-1.5.x-support-2.13
2.12
spring-boot-1.5.x-support-2.12
2.11
spring-boot-1.5.x-support-2.11
2.10
spring-boot-1.5.x-support-2.10
2.9
spring-boot-1.5.x-support-2.9
2.8
spring-boot-1.5.x-support-2.8
2.7
spring-boot-1.5.x-support-2.7
2.6
spring-boot-1.5.x-support-2.6
2.5.x
spring-boot-1.5.x-support-2.5.2-RC4
spring-boot-1.5.x-support-2.5.2
spring-boot-1.5.x-support-2.5.1
2.5
spring-boot-1.5.x-support-2.5
2.4
spring-boot-1.5.x-support-2.4
2.3
spring-boot-1.5.x-support-2.3
2.2
spring-boot-1.5.x-support-2.2
2.1.x
spring-boot-1.5.x-support-2.1.1
2.1
spring-boot-1.5.x-support-2.1
2.0.x
spring-boot-1.5.x-support-2.0.5
spring-boot-1.5.x-support-2.0.4
spring-boot-1.5.x-support-2.0.3
spring-boot-1.5.x-support-2.0.2
spring-boot-1.5.x-support-2.0.1
2.0
spring-boot-1.5.x-support-2.0
1.17
spring-boot-1.5.x-support-1.17

How to add a dependency to Maven

Add the following de.adorsys.psd2 : spring-boot-1.5.x-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>spring-boot-1.5.x-support</artifactId>
    <version>2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.adorsys.psd2 : spring-boot-1.5.x-support gradle dependency to your build.gradle file:

implementation 'de.adorsys.psd2:spring-boot-1.5.x-support:2.13'

Gradle Kotlin DSL: Add the following de.adorsys.psd2 : spring-boot-1.5.x-support gradle kotlin dependency to your build.gradle.kts file:

implementation("de.adorsys.psd2:spring-boot-1.5.x-support:2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.adorsys.psd2 : spring-boot-1.5.x-support sbt scala dependency to your build.sbt file:

libraryDependencies += "de.adorsys.psd2" % "spring-boot-1.5.x-support" % "2.13"