1
0
mirror of https://github.com/pcvolkmer/mv64e-onkostar-data.git synced 2025-09-13 16:02:52 +00:00

feat: add "Stützende molekulare Alterationen"

This commit is contained in:
2025-07-05 01:22:41 +02:00
parent f58022f614
commit 7a782ffc54
11 changed files with 44717 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ version = "0.1.0-SNAPSHOT"
var versions = mapOf(
"mtb-dto" to "0.1.0-SNAPSHOT",
"commons-csv" to "1.14.0",
"slf4j" to "2.0.17",
"junit" to "5.13.1",
"assertj" to "3.27.3",
@@ -48,6 +49,7 @@ dependencies {
prefer("4.3.8.RELEASE")
}
}
implementation("org.apache.commons:commons-csv:${versions["commons-csv"]}")
implementation("org.slf4j:slf4j-api:${versions["slf4j"]}")
testImplementation(platform("org.junit:junit-bom:${versions["junit"]}"))