MVN

org.eurekaclinical : i2b2-export

Maven & Gradle

Aug 01, 2016
1 stars

i2b2 Export · 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.

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>i2b2-export</artifactId>
    <version>1.1-Alpha-9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eurekaclinical : i2b2-export to add to Maven - Latest Versions:

  • Latest Stable: 1.1-Alpha-9
  • Latest Alpha: 1.1-Alpha-9

All Versions

Choose a version of org.eurekaclinical : i2b2-export to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
i2b2-export-1.1-Alpha-9
i2b2-export-1.1-Alpha-8
i2b2-export-1.1-Alpha-7
i2b2-export-1.1-Alpha-6
i2b2-export-1.1-Alpha-5
i2b2-export-1.1-Alpha-4
i2b2-export-1.1-Alpha-3
i2b2-export-1.1-Alpha-2
i2b2-export-1.1-Alpha-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>i2b2-export</artifactId>
    <version>1.1-Alpha-9</version>
</dependency>