h

hapi-fhir

http://hl7api.sourceforge.net/hapi-fhir/
Apache Software License 2.0
University Health Network
James Agnew Dmitri Sotnikov Lisa Wong Josh Mandel Laura MacDougall Sookraj Neal Acharya David Hay Suranga Nath Kasthurirathne Doug Martin Alexander Kley Preston Lee Joe Athman Petro Mykhailyshyn
Files download
File Operation
hapi-fhir-0.7.pom download
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi.fhir</groupId>
  <artifactId>hapi-fhir</artifactId>
  <version>0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi.fhir:hapi-fhir:0.7'
Gradle Kotlin
implementation("ca.uhn.hapi.fhir:hapi-fhir:0.7")
Scala SBT
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir', version='0.7')
)
Apache Ivy
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir" rev="0.7" />
Leiningen
[ca.uhn.hapi.fhir/hapi-fhir "0.7"]
Apache Buildr
'ca.uhn.hapi.fhir:hapi-fhir:jar:0.7'