GroupId | GroupIdca.uhn.hapi.fhir |
---|---|
ArtifactId | ArtifactIdhapi-deployable-pom |
Version | Version5.6.3 |
Type | Typepom |
Filename | Size |
---|---|
hapi-deployable-pom-5.6.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-deployable-pom/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-deployable-pom</artifactId>
<version>5.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-deployable-pom/
implementation 'ca.uhn.hapi.fhir:hapi-deployable-pom:5.6.3'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-deployable-pom/
implementation ("ca.uhn.hapi.fhir:hapi-deployable-pom:5.6.3")
'ca.uhn.hapi.fhir:hapi-deployable-pom:pom:5.6.3'
<dependency org="ca.uhn.hapi.fhir" name="hapi-deployable-pom" rev="5.6.3">
<artifact name="hapi-deployable-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-deployable-pom', version='5.6.3')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-deployable-pom" % "5.6.3"
[ca.uhn.hapi.fhir/hapi-deployable-pom "5.6.3"]