Download integration-2.0.0-GA.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 2.0.0-GA in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add integration-2.0.0-GA.jar to your project.

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

Download

Click the following link to download the jar file.

integration-2.0.0-GA-javadoc.jar
integration-2.0.0-GA-sources.jar
integration-2.0.0-GA-tests.jar
integration-2.0.0-GA.jar
integration-2.0.0-GA.pom



Related Tutorials