o

org.hl7.fhir.dstu2016may

Files download
File Operation
org.hl7.fhir.dstu2016may-6.3.6.jar download
org.hl7.fhir.dstu2016may-6.3.6.pom download
org.hl7.fhir.dstu2016may-6.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi.fhir</groupId>
  <artifactId>org.hl7.fhir.dstu2016may</artifactId>
  <version>6.3.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:6.3.6'
Gradle Kotlin
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:6.3.6")
Scala SBT
libraryDependencies += "ca.uhn.hapi.fhir" % "org.hl7.fhir.dstu2016may" % "6.3.6"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi.fhir', module='org.hl7.fhir.dstu2016may', version='6.3.6')
)
Apache Ivy
<dependency org="ca.uhn.hapi.fhir" name="org.hl7.fhir.dstu2016may" rev="6.3.6" />
Leiningen
[ca.uhn.hapi.fhir/org.hl7.fhir.dstu2016may "6.3.6"]
Apache Buildr
'ca.uhn.hapi.fhir:org.hl7.fhir.dstu2016may:jar:6.3.6'