Download flink-table_2.11-1.2.1.jar file - Jar f

Jar examples for f:flink-table-2.11

Description

You can download jar file flink-table_2.11 1.2.1 in this page.

Build File

You can use the following script to add flink-table_2.11-1.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

flink-table_2.11-1.2.1-javadoc.jar
flink-table_2.11-1.2.1-sources.jar
flink-table_2.11-1.2.1-tests.jar
flink-table_2.11-1.2.1.jar
flink-table_2.11-1.2.1.pom



Related Tutorials