License |
License |
---|---|
GroupId | GroupIdca.uhn.hapi.fhir |
ArtifactId | ArtifactIdhapi-fhir-jpaserver-base |
Version | Version5.7.2 |
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>5.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:5.7.2'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:5.7.2")
'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:jar:5.7.2'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-jpaserver-base" rev="5.7.2">
<artifact name="hapi-fhir-jpaserver-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-jpaserver-base', version='5.7.2')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-base" % "5.7.2"
[ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base "5.7.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 |