symphony-bdk-2.1.5
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')
}