GroupId | GroupIdca.uhn.hapi.fhir |
---|---|
ArtifactId | ArtifactIdrestful-server-example |
Version | Version1.6 |
Type | Typewar |
Filename | Size |
---|---|
restful-server-example-1.6.pom | |
restful-server-example-1.6.war | 61 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/restful-server-example/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>restful-server-example</artifactId>
<version>1.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/restful-server-example/
implementation 'ca.uhn.hapi.fhir:restful-server-example:1.6'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/restful-server-example/
implementation ("ca.uhn.hapi.fhir:restful-server-example:1.6")
'ca.uhn.hapi.fhir:restful-server-example:war:1.6'
<dependency org="ca.uhn.hapi.fhir" name="restful-server-example" rev="1.6">
<artifact name="restful-server-example" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='restful-server-example', version='1.6')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "restful-server-example" % "1.6"
[ca.uhn.hapi.fhir/restful-server-example "1.6"]