| Лицензия |
Лицензия |
|---|---|
| Группа | Группаca.uhn.hapi.fhir |
| Идентификатор | Идентификаторhapi-fhir-bom |
| Версия | Версия5.4.2 |
| Тип | Типpom |
| Описание |
ОписаниеHAPI FHIR BOM
An open-source implementation of the FHIR specification in Java.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hapi-fhir-bom-5.4.2.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-bom/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-bom</artifactId>
<version>5.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-bom/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-bom:5.4.2'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-bom/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-bom:5.4.2")
'ca.uhn.hapi.fhir:hapi-fhir-bom:pom:5.4.2'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-bom" rev="5.4.2">
<artifact name="hapi-fhir-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-bom', version='5.4.2')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-bom" % "5.4.2"
[ca.uhn.hapi.fhir/hapi-fhir-bom "5.4.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |