License |
License |
---|---|
GroupId | GroupIdca.uhn.hapi.fhir |
ArtifactId | ArtifactIdhapi-fhir-jpaserver-base |
Last Version | Last Version6.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHAPI FHIR JPA Server
An open-source implementation of the FHIR specification in Java.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-base</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:6.0.2'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:6.0.2")
'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:jar:6.0.2'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-jpaserver-base" rev="6.0.2">
<artifact name="hapi-fhir-jpaserver-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-jpaserver-base', version='6.0.2')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-base" % "6.0.2"
[ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base "6.0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.interceptor : javax.interceptor-api | jar | 1.2 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.el : javax.el-api | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.10 |
org.awaitility : awaitility | jar | 4.1.1 |
ca.uhn.hapi.fhir : hapi-fhir-server-openapi | jar | 6.0.2 |
com.jayway.jsonpath : json-path-assert | jar | 2.5.0 |
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 |