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