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

Jar examples for f:flink-table-2.10

Description

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials