is not current version
Last Version 0.10.1

org.apache.zeppelin:zeppelin-shell 0.8.2

Zeppelin project

GroupId

GroupId

org.apache.zeppelin
ArtifactId

ArtifactId

zeppelin-shell
Version

Version

0.8.2
Type

Type

jar

Download zeppelin-shell 0.8.2


<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-shell/ -->
<dependency>
    <groupId>org.apache.zeppelin</groupId>
    <artifactId>zeppelin-shell</artifactId>
    <version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-shell/
implementation 'org.apache.zeppelin:zeppelin-shell:0.8.2'
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-shell/
implementation ("org.apache.zeppelin:zeppelin-shell:0.8.2")
'org.apache.zeppelin:zeppelin-shell:jar:0.8.2'
<dependency org="org.apache.zeppelin" name="zeppelin-shell" rev="0.8.2">
  <artifact name="zeppelin-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='zeppelin-shell', version='0.8.2')
)
libraryDependencies += "org.apache.zeppelin" % "zeppelin-shell" % "0.8.2"
[org.apache.zeppelin/zeppelin-shell "0.8.2"]