i

ipf-commons-ihe-fhir

FHIR-specific IHE support
Files download
File Operation
ipf-commons-ihe-fhir-4.5-rc1.pom download
Apache Maven
<dependency>
  <groupId>org.openehealth.ipf.commons</groupId>
  <artifactId>ipf-commons-ihe-fhir</artifactId>
  <version>4.5-rc1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openehealth.ipf.commons:ipf-commons-ihe-fhir:4.5-rc1'
Gradle Kotlin
implementation("org.openehealth.ipf.commons:ipf-commons-ihe-fhir:4.5-rc1")
Scala SBT
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe-fhir" % "4.5-rc1"
Groovy Grape
@Grapes(
  @Grab(group='org.openehealth.ipf.commons', module='ipf-commons-ihe-fhir', version='4.5-rc1')
)
Apache Ivy
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-ihe-fhir" rev="4.5-rc1" />
Leiningen
[org.openehealth.ipf.commons/ipf-commons-ihe-fhir "4.5-rc1"]
Apache Buildr
'org.openehealth.ipf.commons:ipf-commons-ihe-fhir:jar:4.5-rc1'