Download flink-table_2.10-1.3.2.jar file - Jar f

Jar examples for f:flink-table-2.10

Description

You can download jar file flink-table_2.10 1.3.2 in this page.

Build File

You can use the following script to add flink-table_2.10-1.3.2.jar to your project.

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

Download

Click the following link to download the jar file.

flink-table_2.10-1.3.2-javadoc.jar
flink-table_2.10-1.3.2-sources.jar
flink-table_2.10-1.3.2-tests.jar
flink-table_2.10-1.3.2.jar
flink-table_2.10-1.3.2.pom



Related Tutorials