не последняя версия
Последняя версия 1.1-Alpha-9

org.eurekaclinical:i2b2-export 1.1-Alpha-4

An i2b2 plugin and Java web service for exporting patient data to CSV files. This project includes both the web client plugin that the user interacts with and the Java service that manages users' export configurations and communicates with i2b2 to retrieve data.

Категории

Категории

CLI Взаимодействие с пользователем Eureka Контейнер Микросервисы
Группа

Группа

org.eurekaclinical
Идентификатор

Идентификатор

i2b2-export
Версия

Версия

1.1-Alpha-4
Тип

Тип

pom

Скачать i2b2-export 1.1-Alpha-4

Имя Файла Размер
i2b2-export-1.1-Alpha-4.pom 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.eurekaclinical/i2b2-export/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>i2b2-export</artifactId>
    <version>1.1-Alpha-4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/i2b2-export/
implementation 'org.eurekaclinical:i2b2-export:1.1-Alpha-4'
// https://jarcasting.com/artifacts/org.eurekaclinical/i2b2-export/
implementation ("org.eurekaclinical:i2b2-export:1.1-Alpha-4")
'org.eurekaclinical:i2b2-export:pom:1.1-Alpha-4'
<dependency org="org.eurekaclinical" name="i2b2-export" rev="1.1-Alpha-4">
  <artifact name="i2b2-export" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='i2b2-export', version='1.1-Alpha-4')
)
libraryDependencies += "org.eurekaclinical" % "i2b2-export" % "1.1-Alpha-4"
[org.eurekaclinical/i2b2-export "1.1-Alpha-4"]