| Лицензия |
Лицензия |
|---|---|
| Группа | Группаca.uhn.hapi.fhir |
| Идентификатор | Идентификаторhapi-fhir-batch |
| Версия | Версия5.7.1 |
| Тип | Типjar |
| Описание |
ОписаниеHAPI FHIR JPA Server - Batch Task Processor
Default implementation of batch job submitter along with constants used by the different hapi-fhir batch
jobs.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hapi-fhir-batch-5.7.1.pom | |
| hapi-fhir-batch-5.7.1.jar | 7 KB |
| hapi-fhir-batch-5.7.1-sources.jar | 7 KB |
| hapi-fhir-batch-5.7.1-javadoc.jar | 158 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-batch/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-batch</artifactId>
<version>5.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-batch/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-batch:5.7.1'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-batch/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-batch:5.7.1")
'ca.uhn.hapi.fhir:hapi-fhir-batch:jar:5.7.1'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-batch" rev="5.7.1">
<artifact name="hapi-fhir-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-batch', version='5.7.1')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-batch" % "5.7.1"
[ca.uhn.hapi.fhir/hapi-fhir-batch "5.7.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.batch : spring-batch-core | jar | 4.3.3 |
| org.springframework.batch : spring-batch-infrastructure | jar | 4.3.3 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| ca.uhn.hapi.fhir : hapi-fhir-base | jar | 5.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.awaitility : awaitility | jar | 4.1.1 |
| ca.uhn.hapi.fhir : hapi-fhir-test-utilities | jar | 5.7.1 |
| org.springframework : spring-test | jar | 5.3.15 |
| 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 |