Download uimaj-core-2.8.1.jar file - Jar u

Jar examples for u:uimaj-core

Description

The core implementation of the UIMA Java Framework

You can download jar file uimaj-core 2.8.1 in this page.

License

Apache License

Build File

You can use the following script to add uimaj-core-2.8.1.jar to your project.

<dependency>
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-core</artifactId>
   <version>2.8.1</version>
</dependency>
compile group: 'org.apache.uima', name: 'uimaj-core', version: '2.8.1'
libraryDependencies += "org.apache.uima" % "uimaj-core" % "2.8.1"
<dependency org="org.apache.uima" name="uimaj-core" rev="2.8.1"/>
@Grapes(@Grab(group='org.apache.uima', module='uimaj-core', version='2.8.1'))
'org.apache.uima:uimaj-core:jar:2.8.1'

Download

Click the following link to download the jar file.

uimaj-core-2.8.1-javadoc.jar
uimaj-core-2.8.1-sources.jar
uimaj-core-2.8.1.jar
uimaj-core-2.8.1.pom



Related Tutorials