is not current version
Last Version 6.0.2

ca.uhn.hapi.fhir:hapi-fhir-storage 5.6.0

This project provides services useful for fhir repository storage. Actual repository storage services are not in this project, just the api and helper libraries.

GroupId

GroupId

ca.uhn.hapi.fhir
ArtifactId

ArtifactId

hapi-fhir-storage
Version

Version

5.6.0
Type

Type

jar

Download hapi-fhir-storage 5.6.0


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