| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdca.uhn.hapi.fhir |
| ArtifactId | ArtifactIdhapi-fhir-spring-boot-starter |
| Version | Version5.7.2 |
| 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.7.2.pom | |
| hapi-fhir-spring-boot-starter-5.7.2.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.7.2</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.7.2'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter:5.7.2")
'ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter:jar:5.7.2'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-spring-boot-starter" rev="5.7.2">
<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.7.2')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-spring-boot-starter" % "5.7.2"
[ca.uhn.hapi.fhir/hapi-fhir-spring-boot-starter "5.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| ca.uhn.hapi.fhir : hapi-fhir-spring-boot-autoconfigure | jar | 5.7.2 |
| 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 |