Download flink-core_2.11-0.10.2.jar file - Jar f

Jar examples for f:flink-core-2.11

Description

You can download jar file flink-core_2.11 0.10.2 in this page.

Build File

You can use the following script to add flink-core_2.11-0.10.2.jar to your project.

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

Download

Click the following link to download the jar file.

flink-core_2.11-0.10.2-javadoc.jar
flink-core_2.11-0.10.2-sources.jar
flink-core_2.11-0.10.2-tests.jar
flink-core_2.11-0.10.2.jar
flink-core_2.11-0.10.2.pom



Related Tutorials