Download flink-core-1.4.0.jar file - Jar f

Jar examples for f:flink-core

Description

You can download jar file flink-core 1.4.0 in this page.

License

Apache License

Build File

You can use the following script to add flink-core-1.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

flink-core-1.4.0-javadoc.jar
flink-core-1.4.0-sources.jar
flink-core-1.4.0-tests.jar
flink-core-1.4.0.jar
flink-core-1.4.0.pom



Related Tutorials