is not current version
Last Version 5.5.7

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


GroupId

GroupId

ca.uhn.hapi.fhir
ArtifactId

ArtifactId

restful-server-example
Version

Version

2.4
Type

Type

war

Download restful-server-example 2.4


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