| GroupId | GroupIdca.uhn.hapi.fhir |
|---|---|
| ArtifactId | ArtifactIdhapi-fhir-jpaserver-starter |
| Version | Version4.1.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| hapi-fhir-jpaserver-starter-4.1.0.pom | |
| hapi-fhir-jpaserver-starter-4.1.0.war | 141 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>4.1.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:4.1.0'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-starter/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-starter:4.1.0")
'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-starter:war:4.1.0'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-jpaserver-starter" rev="4.1.0">
<artifact name="hapi-fhir-jpaserver-starter" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-jpaserver-starter', version='4.1.0')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-starter" % "4.1.0"
[ca.uhn.hapi.fhir/hapi-fhir-jpaserver-starter "4.1.0"]