MVN

org.finos.symphony.bdk : symphony-bdk-test-spring-boot

Maven & Gradle

Aug 23, 2023
21 stars

symphony-bdk-test-spring-boot · Symphony Java BDK Integration Test Framework for Spring boot

<dependency>
    <groupId>org.finos.symphony.bdk</groupId>
    <artifactId>symphony-bdk-test-spring-boot</artifactId>
    <version>2.14.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.symphony.bdk : symphony-bdk-test-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.3
  • Latest Release Candidate: 3.0.0.RC1
  • Latest Alpha: 3.0.0-alpha

All Versions

Choose a version of org.finos.symphony.bdk : symphony-bdk-test-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
symphony-bdk-test-spring-boot-3.0.0.RC1
symphony-bdk-test-spring-boot-3.0.0-alpha
2.14.x
symphony-bdk-test-spring-boot-2.14.3
symphony-bdk-test-spring-boot-2.14.2
symphony-bdk-test-spring-boot-2.14.1
symphony-bdk-test-spring-boot-2.14.0
2.13.x
symphony-bdk-test-spring-boot-2.13.0

How to add a dependency to Maven

Add the following org.finos.symphony.bdk : symphony-bdk-test-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.symphony.bdk</groupId>
    <artifactId>symphony-bdk-test-spring-boot</artifactId>
    <version>2.14.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.symphony.bdk : symphony-bdk-test-spring-boot gradle dependency to your build.gradle file:

implementation 'org.finos.symphony.bdk:symphony-bdk-test-spring-boot:2.14.3'

Gradle Kotlin DSL: Add the following org.finos.symphony.bdk : symphony-bdk-test-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.symphony.bdk:symphony-bdk-test-spring-boot:2.14.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.symphony.bdk : symphony-bdk-test-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.symphony.bdk" % "symphony-bdk-test-spring-boot" % "2.14.3"