| Группа | Группаca.uhn.hapi.fhir |
|---|---|
| Идентификатор | Идентификаторhapi-fhir-testpage-overlay |
| Версия | Версия0.4 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| hapi-fhir-testpage-overlay-0.4.pom | |
| hapi-fhir-testpage-overlay-0.4.war | 10 MB |
| Обзор |
<!-- 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>0.4</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:0.4'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay:0.4")
'ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay:war:0.4'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-testpage-overlay" rev="0.4">
<artifact name="hapi-fhir-testpage-overlay" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-testpage-overlay', version='0.4')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-testpage-overlay" % "0.4"
[ca.uhn.hapi.fhir/hapi-fhir-testpage-overlay "0.4"]