h

hapi-fhir-structures-dstu2

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