MVN

org.apache.uima : parent-pom-top

Maven & Gradle

Sep 30, 2010

UIMA (Unstructured Information Management Architecture). UIMA promotes community development and reuse of annotators that extract metadata from unstructured information (text, audio, video, etc.); it provides for externalized declaration of type systems, component configuration, aggregation, and more, supports scalablity, and provides tooling.

<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>parent-pom-top</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.uima : parent-pom-top to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of org.apache.uima : parent-pom-top to add to Maven - All Versions:

Version Vulnerabilities Updated
5
parent-pom-top-5
4
parent-pom-top-4
2
parent-pom-top-2
1
parent-pom-top-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>parent-pom-top</artifactId>
    <version>5</version>
</dependency>