is not current version
Last Version 3.3.0

org.apache.uima:uimaj-tools 3.0.1

Tooling supporting UIMA use

GroupId

GroupId

org.apache.uima
ArtifactId

ArtifactId

uimaj-tools
Version

Version

3.0.1
Type

Type

jar

Download uimaj-tools 3.0.1


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