How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit</artifactId>
<version>3.4.0</version>
</dependency>
Choose a version of org.apache.uima : uimafit to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.4.x |
uimafit-3.4.0
|
||
3.3.x |
uimafit-3.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit</artifactId>
<version>3.4.0</version>
</dependency>
Advertisement