How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eurekaclinical</groupId>
<artifactId>i2b2-export-plugin</artifactId>
<version>1.1-Alpha-9</version>
</dependency>
Choose a version of org.eurekaclinical : i2b2-export-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
i2b2-export-plugin-1.1-Alpha-9
|
||
i2b2-export-plugin-1.1-Alpha-8
|
|||
i2b2-export-plugin-1.1-Alpha-7
|
|||
i2b2-export-plugin-1.1-Alpha-6
|
|||
i2b2-export-plugin-1.1-Alpha-5
|
|||
i2b2-export-plugin-1.1-Alpha-4
|
|||
i2b2-export-plugin-1.1-Alpha-3
|
|||
i2b2-export-plugin-1.1-Alpha-2
|
|||
i2b2-export-plugin-1.1-Alpha-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eurekaclinical</groupId>
<artifactId>i2b2-export-plugin</artifactId>
<version>1.1-Alpha-9</version>
</dependency>
Advertisement