p

parent-pom

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. This is the common UIMA parent pom. It contains the project-wide defaults.
https://uima.apache.org
Files download
File Operation
parent-pom-17.pom download
Apache Maven
<dependency>
  <groupId>org.apache.uima</groupId>
  <artifactId>parent-pom</artifactId>
  <version>17</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.uima:parent-pom:17'
Gradle Kotlin
implementation("org.apache.uima:parent-pom:17")
Scala SBT
libraryDependencies += "org.apache.uima" % "parent-pom" % "17"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.uima', module='parent-pom', version='17')
)
Apache Ivy
<dependency org="org.apache.uima" name="parent-pom" rev="17" />
Leiningen
[org.apache.uima/parent-pom "17"]
Apache Buildr
'org.apache.uima:parent-pom:jar:17'