| License |
License |
|---|---|
| GroupId | GroupIdca.uhn.hapi.example |
| ArtifactId | ArtifactIdrestful-server-example |
| Last Version | Last Version0.7 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionHAPI FHIR Sample RESTful Server
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| restful-server-example-0.7.pom | |
| restful-server-example-0.7.war | 12 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.example/restful-server-example/ -->
<dependency>
<groupId>ca.uhn.hapi.example</groupId>
<artifactId>restful-server-example</artifactId>
<version>0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.example/restful-server-example/
implementation 'ca.uhn.hapi.example:restful-server-example:0.7'
// https://jarcasting.com/artifacts/ca.uhn.hapi.example/restful-server-example/
implementation ("ca.uhn.hapi.example:restful-server-example:0.7")
'ca.uhn.hapi.example:restful-server-example:war:0.7'
<dependency org="ca.uhn.hapi.example" name="restful-server-example" rev="0.7">
<artifact name="restful-server-example" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.example', module='restful-server-example', version='0.7')
)
libraryDependencies += "ca.uhn.hapi.example" % "restful-server-example" % "0.7"
[ca.uhn.hapi.example/restful-server-example "0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| ca.uhn.hapi.fhir : hapi-fhir-base | jar | 0.7 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| org.thymeleaf : thymeleaf | jar | 2.1.3.RELEASE |
| org.ebaysf.web : cors-filter | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ca.uhn.hapi.fhir : hapi-fhir-testpage-overlay | war | 0.7 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |