is not current version
Last Version 6.0.2

ca.uhn.hapi.fhir:hapi-fhir 4.2.0

An open-source implementation of the FHIR specification in Java.

GroupId

GroupId

ca.uhn.hapi.fhir
ArtifactId

ArtifactId

hapi-fhir
Version

Version

4.2.0
Type

Type

pom

Download hapi-fhir 4.2.0

Filename Size
hapi-fhir-4.2.0.pom 79 KB
Browse

<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir/ -->
<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>hapi-fhir</artifactId>
    <version>4.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir/
implementation 'ca.uhn.hapi.fhir:hapi-fhir:4.2.0'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir/
implementation ("ca.uhn.hapi.fhir:hapi-fhir:4.2.0")
'ca.uhn.hapi.fhir:hapi-fhir:pom:4.2.0'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir" rev="4.2.0">
  <artifact name="hapi-fhir" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir', version='4.2.0')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir" % "4.2.0"
[ca.uhn.hapi.fhir/hapi-fhir "4.2.0"]