h

hapi-fhir

https://github.com/jamesagnew/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 Chin Huang Bryce Van Dyk Thomas Andersen Sam Lanfranchi Jens Kristian Villadsen C. Mike Bylund Nick Peterson Peter Van Houte Sébastien Rivière Karl M. Davis Matt Blanchette Petro Mykhaylyshyn Adam Carbone joelsch Phillip Warner Subhro Carlo Mion Matt Clarke
文件下载
文件名 操作
hapi-fhir-2.0.pom 下载
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi.fhir</groupId>
  <artifactId>hapi-fhir</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi.fhir:hapi-fhir:2.0'
Gradle Kotlin
implementation("ca.uhn.hapi.fhir:hapi-fhir:2.0")
Scala SBT
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir', version='2.0')
)
Apache Ivy
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir" rev="2.0" />
Leiningen
[ca.uhn.hapi.fhir/hapi-fhir "2.0"]
Apache Buildr
'ca.uhn.hapi.fhir:hapi-fhir:jar:2.0'