h

hapi-fhir

http://jamesagnew.github.io/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 James Butler Suranga Nath Kasthurirathne Doug Martin Alexander Kley Preston Lee Joe Athman Petro Mykhailyshyn Tahura Chaudhry Bill de Beaubien Tom Wilson Esteban Aliverti Mohammad Jafari Joel Costigliola
Files download
File Operation
hapi-fhir-1.1.pom download
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi.fhir</groupId>
  <artifactId>hapi-fhir</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi.fhir:hapi-fhir:1.1'
Gradle Kotlin
implementation("ca.uhn.hapi.fhir:hapi-fhir:1.1")
Scala SBT
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir', version='1.1')
)
Apache Ivy
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir" rev="1.1" />
Leiningen
[ca.uhn.hapi.fhir/hapi-fhir "1.1"]
Apache Buildr
'ca.uhn.hapi.fhir:hapi-fhir:jar:1.1'