MVN

org.apache.flink : flink-scala-shell

Maven & Gradle

Feb 08, 2016
21.5k stars

flink-scala-shell

<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-scala-shell</artifactId>
    <version>0.10.2-hadoop1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.10.2-hadoop1

All Versions

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

Version Vulnerabilities Updated
0.10.x
flink-scala-shell-0.10.2-hadoop1
flink-scala-shell-0.10.2
flink-scala-shell-0.10.1-hadoop1
flink-scala-shell-0.10.1
flink-scala-shell-0.10.0-hadoop1
flink-scala-shell-0.10.0
0.9.x
flink-scala-shell-0.9.1-hadoop1
flink-scala-shell-0.9.1
flink-scala-shell-0.9.0-hadoop1
flink-scala-shell-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-scala-shell</artifactId>
    <version>0.10.2-hadoop1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.flink:flink-scala-shell:0.10.2-hadoop1'

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

implementation("org.apache.flink:flink-scala-shell:0.10.2-hadoop1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.flink" % "flink-scala-shell" % "0.10.2-hadoop1"

Advertisement