Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.apache.flink |
ArtifactId | ArtifactIdflink-scala-shell |
Version | Version0.10.0-hadoop1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.flink/flink-scala-shell/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-scala-shell</artifactId>
<version>0.10.0-hadoop1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/flink-scala-shell/
implementation 'org.apache.flink:flink-scala-shell:0.10.0-hadoop1'
// https://jarcasting.com/artifacts/org.apache.flink/flink-scala-shell/
implementation ("org.apache.flink:flink-scala-shell:0.10.0-hadoop1")
'org.apache.flink:flink-scala-shell:jar:0.10.0-hadoop1'
<dependency org="org.apache.flink" name="flink-scala-shell" rev="0.10.0-hadoop1">
<artifact name="flink-scala-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-scala-shell', version='0.10.0-hadoop1')
)
libraryDependencies += "org.apache.flink" % "flink-scala-shell" % "0.10.0-hadoop1"
[org.apache.flink/flink-scala-shell "0.10.0-hadoop1"]