License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdca.uhn.hapi.fhir |
ArtifactId | ArtifactIdhapi-fhir-spring-boot-starter |
Version | Version5.6.1 |
Type | Typejar |
Description |
DescriptionAn open-source implementation of the FHIR specification in Java.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hapi-fhir-spring-boot-starter-5.6.1.pom | |
hapi-fhir-spring-boot-starter-5.6.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-spring-boot-starter</artifactId>
<version>5.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter:5.6.1'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter:5.6.1")
'ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter:jar:5.6.1'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-spring-boot-starter" rev="5.6.1">
<artifact name="hapi-fhir-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-spring-boot-starter', version='5.6.1')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-spring-boot-starter" % "5.6.1"
[ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter "5.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
ca.uhn.hapi.fhir : hapi-fhir-spring-boot-autoconfigure | jar | 5.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.9.0 |
org.mockito : mockito-junit-jupiter | jar | 3.9.0 |