Download ruta-core-2.6.1.jar file - Jar r

Jar examples for r:ruta-core

Description

The core implementation of the UIMA Ruta rule engine.

You can download jar file ruta-core 2.6.1 in this page.

License

Apache License

Build File

You can use the following script to add ruta-core-2.6.1.jar to your project.

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

Download

Click the following link to download the jar file.

ruta-core-2.6.1-javadoc.jar
ruta-core-2.6.1-sources.jar
ruta-core-2.6.1.jar
ruta-core-2.6.1.pom



Related Tutorials