MVN

org.apache.flink : flink-scala-shell_2.11

Maven & Gradle

Sep 10, 2022
6 usages

Flink : Scala shell

<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-scala-shell_2.11</artifactId>
    <version>1.14.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.flink : flink-scala-shell_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.6

All Versions

Choose a version of org.apache.flink : flink-scala-shell_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
flink-scala-shell_2.11-1.14.6
flink-scala-shell_2.11-1.14.5
flink-scala-shell_2.11-1.14.4
flink-scala-shell_2.11-1.14.3
flink-scala-shell_2.11-1.14.2
flink-scala-shell_2.11-1.14.1
flink-scala-shell_2.11-1.14.0
1.13.x
flink-scala-shell_2.11-1.13.6
flink-scala-shell_2.11-1.13.5
flink-scala-shell_2.11-1.13.4
flink-scala-shell_2.11-1.13.3
flink-scala-shell_2.11-1.13.2
flink-scala-shell_2.11-1.13.1
flink-scala-shell_2.11-1.13.0
1.12.x
flink-scala-shell_2.11-1.12.7
flink-scala-shell_2.11-1.12.6
flink-scala-shell_2.11-1.12.5
flink-scala-shell_2.11-1.12.4
flink-scala-shell_2.11-1.12.3
flink-scala-shell_2.11-1.12.2
flink-scala-shell_2.11-1.12.1
flink-scala-shell_2.11-1.12.0
1.11.x
flink-scala-shell_2.11-1.11.6
flink-scala-shell_2.11-1.11.5
flink-scala-shell_2.11-1.11.4
flink-scala-shell_2.11-1.11.3
flink-scala-shell_2.11-1.11.2
flink-scala-shell_2.11-1.11.1
flink-scala-shell_2.11-1.11.0
1.10.x
flink-scala-shell_2.11-1.10.3
flink-scala-shell_2.11-1.10.2
flink-scala-shell_2.11-1.10.1
flink-scala-shell_2.11-1.10.0
1.9.x
flink-scala-shell_2.11-1.9.3
flink-scala-shell_2.11-1.9.2
flink-scala-shell_2.11-1.9.1
flink-scala-shell_2.11-1.9.0
1.8.x
flink-scala-shell_2.11-1.8.3
flink-scala-shell_2.11-1.8.2
flink-scala-shell_2.11-1.8.1
flink-scala-shell_2.11-1.8.0
1.7.x
flink-scala-shell_2.11-1.7.2
flink-scala-shell_2.11-1.7.1
flink-scala-shell_2.11-1.7.0
1.6.x
flink-scala-shell_2.11-1.6.4
flink-scala-shell_2.11-1.6.3
flink-scala-shell_2.11-1.6.2
flink-scala-shell_2.11-1.6.1
flink-scala-shell_2.11-1.6.0
1.5.x
flink-scala-shell_2.11-1.5.6
flink-scala-shell_2.11-1.5.5
flink-scala-shell_2.11-1.5.4
flink-scala-shell_2.11-1.5.3
flink-scala-shell_2.11-1.5.2
flink-scala-shell_2.11-1.5.1
flink-scala-shell_2.11-1.5.0
1.4.x
flink-scala-shell_2.11-1.4.2
flink-scala-shell_2.11-1.4.1
flink-scala-shell_2.11-1.4.0
1.3.x
flink-scala-shell_2.11-1.3.3
flink-scala-shell_2.11-1.3.2
flink-scala-shell_2.11-1.3.1
flink-scala-shell_2.11-1.3.0
1.2.x
flink-scala-shell_2.11-1.2.1
flink-scala-shell_2.11-1.2.0
1.1.x
flink-scala-shell_2.11-1.1.5
flink-scala-shell_2.11-1.1.4
flink-scala-shell_2.11-1.1.3
flink-scala-shell_2.11-1.1.2
flink-scala-shell_2.11-1.1.1
flink-scala-shell_2.11-1.1.0
1.0.x
flink-scala-shell_2.11-1.0.3
flink-scala-shell_2.11-1.0.2
flink-scala-shell_2.11-1.0.1
flink-scala-shell_2.11-1.0.0
0.10.x
flink-scala-shell_2.11-0.10.2
flink-scala-shell_2.11-0.10.1
flink-scala-shell_2.11-0.10.0

How to add a dependency to Maven

Add the following org.apache.flink : flink-scala-shell_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-scala-shell_2.11</artifactId>
    <version>1.14.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.flink : flink-scala-shell_2.11 gradle dependency to your build.gradle file:

implementation 'org.apache.flink:flink-scala-shell_2.11:1.14.6'

Gradle Kotlin DSL: Add the following org.apache.flink : flink-scala-shell_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.flink:flink-scala-shell_2.11:1.14.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.flink : flink-scala-shell_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.flink" % "flink-scala-shell_2.11" % "1.14.6"

Advertisement

Dependencies from Group

May 19, 2023
343 usages
21.5k stars
May 19, 2023
305 usages
21.5k stars
May 19, 2023
268 usages
21.5k stars
Sep 10, 2022
224 usages

Discover Dependencies

Apr 27, 2017
1 stars
Feb 13, 2016
0 stars
Aug 11, 2023
39 usages
984 stars
Dec 05, 2016
119 stars
Nov 11, 2015
2 usages
0 stars
Mar 09, 2023
12 usages
4 stars
Dec 18, 2022
3 usages
22 stars
Dec 18, 2022
3 usages
22 stars