is not current version
Last Version 15

org.apache.uima:parent-pom 13

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.

GroupId

GroupId

org.apache.uima
ArtifactId

ArtifactId

parent-pom
Version

Version

13
Type

Type

pom

Download parent-pom 13


<!-- https://jarcasting.com/artifacts/org.apache.uima/parent-pom/ -->
<dependency>
    <groupId>org.apache.uima</groupId>
    <artifactId>parent-pom</artifactId>
    <version>13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.uima/parent-pom/
implementation 'org.apache.uima:parent-pom:13'
// https://jarcasting.com/artifacts/org.apache.uima/parent-pom/
implementation ("org.apache.uima:parent-pom:13")
'org.apache.uima:parent-pom:pom:13'
<dependency org="org.apache.uima" name="parent-pom" rev="13">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.uima', module='parent-pom', version='13')
)
libraryDependencies += "org.apache.uima" % "parent-pom" % "13"
[org.apache.uima/parent-pom "13"]