GroupId | GroupIdca.uhn.hapi.fhir |
---|---|
ArtifactId | ArtifactIdhapi-fhir-testpage-overlay |
Version | Version4.0.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-testpage-overlay</artifactId>
<version>4.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay:4.0.2'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay:4.0.2")
'ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay:war:4.0.2'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-testpage-overlay" rev="4.0.2">
<artifact name="hapi-fhir-testpage-overlay" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-testpage-overlay', version='4.0.2')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-testpage-overlay" % "4.0.2"
[ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay "4.0.2"]