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:
@@ -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"]}"))
|
||||
|
Reference in New Issue
Block a user