| GroupId | GroupIdca.uhn.hapi.fhir |
|---|---|
| ArtifactId | ArtifactIdhapi-fhir-jpaserver-starter |
| Version | Version5.2.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| hapi-fhir-jpaserver-starter-5.2.0.pom | |
| hapi-fhir-jpaserver-starter-5.2.0.war | 191 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-starter/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
<version>5.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-starter/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-starter:5.2.0'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-starter/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-starter:5.2.0")
'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-starter:war:5.2.0'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-jpaserver-starter" rev="5.2.0">
<artifact name="hapi-fhir-jpaserver-starter" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-jpaserver-starter', version='5.2.0')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-starter" % "5.2.0"
[ca.uhn.hapi.fhir/hapi-fhir-jpaserver-starter "5.2.0"]