Skip to content

symphony-bdk-2.1.5

Compare
Choose a tag to compare
@thibauult thibauult released this 27 Apr 15:44
· 6 commits to 2.1-rc since this release
c0dca85

Release note

Improvements

  • #506 Allow environment variables in config file (thanks to @Yannick-Symphony for his first contribution 🚀 )

Installation

More info in getting-started.md

Using Maven:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.finos.symphony.bdk</groupId>
            <artifactId>symphony-bdk-bom</artifactId>
            <version>2.1.5</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Using Gradle:

dependencies {
    implementation platform('org.finos.symphony.bdk:symphony-bdk-bom:2.1.5')
}