License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdca.uhn.hapi.fhir |
ArtifactId | ArtifactIdhapi-fhir-spring-boot-starter |
Version | Version6.0.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-6.0.1.pom | |
hapi-fhir-spring-boot-starter-6.0.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>6.0.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:6.0.1'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter:6.0.1")
'ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter:jar:6.0.1'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-spring-boot-starter" rev="6.0.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='6.0.1')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-spring-boot-starter" % "6.0.1"
[ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
ca.uhn.hapi.fhir : hapi-fhir-spring-boot-autoconfigure | jar | 6.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.2.0 |
org.mockito : mockito-junit-jupiter | jar | 4.2.0 |