License |
License |
---|---|
GroupId | GroupIdca.uhn.hapi.fhir |
ArtifactId | ArtifactIdrestful-server-example |
Version | Version5.5.3 |
Type | Typewar |
Description |
DescriptionHAPI FHIR Sample RESTful Server
An open-source implementation of the FHIR specification in Java.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
restful-server-example-5.5.3.pom | |
restful-server-example-5.5.3.war | 20 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>5.5.3</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.5.3'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/restful-server-example/
implementation ("ca.uhn.hapi.fhir:restful-server-example:5.5.3")
'ca.uhn.hapi.fhir:restful-server-example:war:5.5.3'
<dependency org="ca.uhn.hapi.fhir" name="restful-server-example" rev="5.5.3">
<artifact name="restful-server-example" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='restful-server-example', version='5.5.3')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "restful-server-example" % "5.5.3"
[ca.uhn.hapi.fhir/restful-server-example "5.5.3"]
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.hapi.fhir : hapi-fhir-base | jar | 5.5.3 |
ca.uhn.hapi.fhir : hapi-fhir-server | jar | 5.5.3 |
ca.uhn.hapi.fhir : hapi-fhir-structures-dstu2 | jar | 5.5.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.thymeleaf : thymeleaf | jar | 3.0.12.RELEASE |
org.springframework : spring-web | jar | 5.3.7 |
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.hapi.fhir : hapi-fhir-testpage-overlay | war | 5.5.3 |
ca.uhn.hapi.fhir : hapi-fhir-testpage-overlay | jar | 5.5.3 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.9.0 |
org.mockito : mockito-junit-jupiter | jar | 3.9.0 |