f

flink-table-planner-blink_2.11

This module bridges Table/SQL API and runtime. It contains all resources that are required during pre-flight and runtime phase. The content of this module is work-in-progress. It will replace flink-table-planner once it is stable. See FLINK-11439 and FLIP-32 for more details.
Files download
File Operation
flink-table-planner-blink_2.11-1.11.5.jar download
flink-table-planner-blink_2.11-1.11.5.pom download
flink-table-planner-blink_2.11-1.11.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-table-planner-blink_2.11</artifactId>
  <version>1.11.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.flink:flink-table-planner-blink_2.11:1.11.5'
Gradle Kotlin
implementation("org.apache.flink:flink-table-planner-blink_2.11:1.11.5")
Scala SBT
libraryDependencies += "org.apache.flink" % "flink-table-planner-blink_2.11" % "1.11.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.flink', module='flink-table-planner-blink_2.11', version='1.11.5')
)
Apache Ivy
<dependency org="org.apache.flink" name="flink-table-planner-blink_2.11" rev="1.11.5" />
Leiningen
[org.apache.flink/flink-table-planner-blink_2.11 "1.11.5"]
Apache Buildr
'org.apache.flink:flink-table-planner-blink_2.11:jar:1.11.5'
Dependencies
<parent>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-table</artifactId>
  <version>1.11.5</version>
</parent>

compile

|-- org.apache.flink:flink-table-common:1.11.5

|-- org.apache.flink:flink-table-api-java:1.11.5

|-- org.apache.flink:flink-table-api-scala_2.11:1.11.5

|-- org.apache.flink:flink-table-api-java-bridge_2.11:1.11.5

|-- org.apache.flink:flink-table-api-scala-bridge_2.11:1.11.5

|-- org.apache.flink:flink-table-runtime-blink_2.11:1.11.5

|-- org.reflections:reflections:0.9.10

|-- org.slf4j:slf4j-api:1.7.15

|-- com.google.code.findbugs:jsr305:1.3.9

provided

|-- org.apache.flink:flink-scala_2.11:1.11.5

|-- org.apache.flink:flink-streaming-scala_2.11:1.11.5

|-- org.apache.flink:flink-cep_2.11:1.11.5

|-- com.typesafe.akka:akka-testkit_2.11:2.5.21

test

|-- org.apache.flink:flink-test-utils_2.11:1.11.5

|-- org.apache.flink:flink-core:1.11.5

|-- org.apache.flink:flink-tests:1.11.5

|-- org.apache.flink:flink-table-api-java:1.11.5

|-- org.apache.flink:flink-table-runtime-blink_2.11:1.11.5

|-- org.apache.flink:flink-streaming-java_2.11:1.11.5

|-- org.apache.flink:flink-statebackend-rocksdb_2.11:1.11.5

|-- junit:junit:4.12

|-- org.mockito:mockito-core:2.21.0

|-- org.powermock:powermock-module-junit4:2.0.4

|-- org.powermock:powermock-api-mockito2:2.0.4

|-- org.hamcrest:hamcrest-all:1.3

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.15.0

|-- org.apache.logging.log4j:log4j-api:2.15.0

|-- org.apache.logging.log4j:log4j-core:2.15.0

|-- org.apache.logging.log4j:log4j-1.2-api:2.15.0