We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86e377 commit 342dddcCopy full SHA for 342dddc
transform-fhir/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
implementation(project(":columns-parser"))
36
dependencies {
37
if (project.hasProperty("usePublishedDependencies") && project.property("usePublishedDependencies") == "true") {
38
- implementation("de.unimuenster.imi.fhir:columns-parser:$version")
+ implementation("de.unimuenster.imi.fhir.columns_parser:columns-parser:$version")
39
} else {
40
41
}
0 commit comments