MVN

de.adorsys.psd2 : integration-tests

Maven & Gradle

Jan 18, 2019
125 stars
<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>integration-tests</artifactId>
    <version>1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.15
  • Latest Release Candidate: 1.14-RC2

All Versions

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

Version Vulnerabilities Updated
1.15
integration-tests-1.15
1.14
integration-tests-1.14
integration-tests-1.14-RC2
1.13
integration-tests-1.13
1.12
integration-tests-1.12
1.11
integration-tests-1.11
integration-tests-1.11-RC1
1.10
integration-tests-1.10

How to add a dependency to Maven

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

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>integration-tests</artifactId>
    <version>1.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.adorsys.psd2:integration-tests:1.15'

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

implementation("de.adorsys.psd2:integration-tests:1.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.adorsys.psd2" % "integration-tests" % "1.15"