is not current version
Last Version 0.10.1

org.apache.zeppelin:zeppelin-shell 0.6.1


GroupId

GroupId

org.apache.zeppelin
ArtifactId

ArtifactId

zeppelin-shell
Version

Version

0.6.1
Type

Type

jar

Download zeppelin-shell 0.6.1


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