GroupId | GroupIdca.uhn.hapi.fhir |
---|---|
ArtifactId | ArtifactIdhapi-fhir-testpage-overlay |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
hapi-fhir-testpage-overlay-1.0.pom | |
hapi-fhir-testpage-overlay-1.0.war | 23 MB |
Browse |
<!-- 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>1.0</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:1.0'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay:1.0")
'ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay:war:1.0'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-testpage-overlay" rev="1.0">
<artifact name="hapi-fhir-testpage-overlay" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-testpage-overlay', version='1.0')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-testpage-overlay" % "1.0"
[ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay "1.0"]