не последняя версия
Последняя версия 5.5.7

ca.uhn.hapi.fhir:restful-server-example 5.0.1


Группа

Группа

ca.uhn.hapi.fhir
Идентификатор

Идентификатор

restful-server-example
Версия

Версия

5.0.1
Тип

Тип

war

Скачать restful-server-example 5.0.1


<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/restful-server-example/ -->
<dependency>
    <groupId>ca.uhn.hapi.fhir</groupId>
    <artifactId>restful-server-example</artifactId>
    <version>5.0.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/restful-server-example/
implementation 'ca.uhn.hapi.fhir:restful-server-example:5.0.1'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/restful-server-example/
implementation ("ca.uhn.hapi.fhir:restful-server-example:5.0.1")
'ca.uhn.hapi.fhir:restful-server-example:war:5.0.1'
<dependency org="ca.uhn.hapi.fhir" name="restful-server-example" rev="5.0.1">
  <artifact name="restful-server-example" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='restful-server-example', version='5.0.1')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "restful-server-example" % "5.0.1"
[ca.uhn.hapi.fhir/restful-server-example "5.0.1"]