We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2789c7c commit c3dec9cCopy full SHA for c3dec9c
samples/directory-samples-java/auth-samples/build.gradle.kts
@@ -32,3 +32,9 @@ dependencies {
32
testImplementation("io.rest-assured:rest-assured:5.2.0")
33
testImplementation("io.rest-assured:json-path:5.2.0")
34
}
35
+
36
+ // HAPI FHIR LIBRARIES for Mapping FHIR Resources
37
+ implementation ("ca.uhn.hapi.fhir:hapi-fhir-base:6.10.5")
38
+ implementation ("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.5")
39
+ // HAPI FHIR Client
40
+ implementation ("ca.uhn.hapi.fhir:hapi-fhir-client:6.10.5")
0 commit comments