| Лицензия |
Лицензия |
|---|---|
| Группа | Группаca.uhn.hapi.example |
| Идентификатор | Идентификаторrestful-server-example |
| Последняя версия | Последняя версия0.7 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеHAPI FHIR Sample RESTful Server
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| restful-server-example-0.7.pom | |
| restful-server-example-0.7.war | 12 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ca.uhn.hapi.fhir : hapi-fhir-testpage-overlay | war | 0.7 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |