Download integration-3.0-beta1.jar file - Jar i

Jar examples for i:integration

Description

The examples module provides glue code implementation for extracting common phrases, key word distributions and more from tweets stored on HDFS/HBase. It builds on Mahout for more sophisticated analysis.

You can download jar file integration 3.0-beta1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add integration-3.0-beta1.jar to your project.

<dependency>
   <groupId>org.aperteworkflow</groupId>
   <artifactId>integration</artifactId>
   <version>3.0-beta1</version>
</dependency>
compile group: 'org.aperteworkflow', name: 'integration', version: '3.0-beta1'
libraryDependencies += "org.aperteworkflow" % "integration" % "3.0-beta1"
<dependency org="org.aperteworkflow" name="integration" rev="3.0-beta1"/>
@Grapes(@Grab(group='org.aperteworkflow', module='integration', version='3.0-beta1'))
'org.aperteworkflow:integration:jar:3.0-beta1'

Download

Click the following link to download the jar file.

integration-3.0-beta1-javadoc.jar
integration-3.0-beta1-sources.jar
integration-3.0-beta1.jar
integration-3.0-beta1.pom



Related Tutorials