| Лицензия |
Лицензия |
|---|---|
| Группа | Группаca.uhn.hapi.fhir |
| Идентификатор | Идентификаторhapi-fhir |
| Версия | Версия5.7.0 |
| Тип | Типpom |
| Описание |
ОписаниеHAPI-FHIR
An open-source implementation of the FHIR specification in Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hapi-fhir-5.7.0.pom | 89 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>5.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir/
implementation 'ca.uhn.hapi.fhir:hapi-fhir:5.7.0'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir/
implementation ("ca.uhn.hapi.fhir:hapi-fhir:5.7.0")
'ca.uhn.hapi.fhir:hapi-fhir:pom:5.7.0'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir" rev="5.7.0">
<artifact name="hapi-fhir" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir', version='5.7.0')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir" % "5.7.0"
[ca.uhn.hapi.fhir/hapi-fhir "5.7.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.2.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.2.0 |