GroupId | GroupIdca.uhn.hapi.fhir |
---|---|
ArtifactId | ArtifactIdhapi-deployable-pom |
Version | Version1.5 |
Type | Typepom |
Filename | Size |
---|---|
hapi-deployable-pom-1.5.pom | 3 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>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-deployable-pom/
implementation 'ca.uhn.hapi.fhir:hapi-deployable-pom:1.5'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-deployable-pom/
implementation ("ca.uhn.hapi.fhir:hapi-deployable-pom:1.5")
'ca.uhn.hapi.fhir:hapi-deployable-pom:pom:1.5'
<dependency org="ca.uhn.hapi.fhir" name="hapi-deployable-pom" rev="1.5">
<artifact name="hapi-deployable-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-deployable-pom', version='1.5')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-deployable-pom" % "1.5"
[ca.uhn.hapi.fhir/hapi-deployable-pom "1.5"]