is not current version
Last Version 2.10.3

org.apache.uima:aggregate-uima-as 2.10.2

The aggregate for building the uima-as functionality, the eclipse plugins, and the docbooks

GroupId

GroupId

org.apache.uima
ArtifactId

ArtifactId

aggregate-uima-as
Version

Version

2.10.2
Type

Type

pom

Download aggregate-uima-as 2.10.2


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