| Лицензия |
Лицензия |
|---|---|
| Группа | Группаca.uhn.hapi.fhir |
| Идентификатор | Идентификаторhapi-fhir-jpaserver-base |
| Версия | Версия5.6.1 |
| Тип | Типjar |
| Описание |
ОписаниеHAPI FHIR JPA Server
An open-source implementation of the FHIR specification in Java.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-base</artifactId>
<version>5.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:5.6.1'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:5.6.1")
'ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:jar:5.6.1'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-jpaserver-base" rev="5.6.1">
<artifact name="hapi-fhir-jpaserver-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-jpaserver-base', version='5.6.1')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-jpaserver-base" % "5.6.1"
[ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base "5.6.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.interceptor : javax.interceptor-api | jar | 1.2 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.el : javax.el-api | jar | 3.0.0 |