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