Download flink-examples-batch_2.11-1.1.4.jar file - Jar f

Jar examples for f:flink-examples-batch-2.11

Description

You can download jar file flink-examples-batch_2.11 1.1.4 in this page.

Build File

You can use the following script to add flink-examples-batch_2.11-1.1.4.jar to your project.

<dependency>
   <groupId>org.apache.flink</groupId>
   <artifactId>flink-examples-batch_2.11</artifactId>
   <version>1.1.4</version>
</dependency>
compile group: 'org.apache.flink', name: 'flink-examples-batch_2.11', version: '1.1.4'
libraryDependencies += "org.apache.flink" % "flink-examples-batch_2.11" % "1.1.4"
<dependency org="org.apache.flink" name="flink-examples-batch_2.11" rev="1.1.4"/>
@Grapes(@Grab(group='org.apache.flink', module='flink-examples-batch_2.11', version='1.1.4'))
'org.apache.flink:flink-examples-batch_2.11:jar:1.1.4'

Download

Click the following link to download the jar file.

flink-examples-batch_2.11-1.1.4-ConnectedComponents.jar
flink-examples-batch_2.11-1.1.4-DistCp.jar
flink-examples-batch_2.11-1.1.4-EnumTriangles.jar
flink-examples-batch_2.11-1.1.4-KMeans.jar
flink-examples-batch_2.11-1.1.4-PageRank.jar
flink-examples-batch_2.11-1.1.4-TransitiveClosure.jar
flink-examples-batch_2.11-1.1.4-WebLogAnalysis.jar
flink-examples-batch_2.11-1.1.4-WordCount.jar
flink-examples-batch_2.11-1.1.4-javadoc.jar
flink-examples-batch_2.11-1.1.4-sources.jar
flink-examples-batch_2.11-1.1.4-tests.jar
flink-examples-batch_2.11-1.1.4.jar
flink-examples-batch_2.11-1.1.4.pom



Related Tutorials