Download flink-examples-batch_2.10-1.1.5.jar file - Jar f

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

Description

You can download jar file flink-examples-batch_2.10 1.1.5 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials