License |
License |
---|---|
GroupId | GroupIdorg.apache.zeppelin |
ArtifactId | ArtifactIdzeppelin-web |
Last Version | Last Version0.10.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionZeppelin: web Application
Zeppelin project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
zeppelin-web-0.10.1.pom | |
zeppelin-web-0.10.1.war | 28 MB |
zeppelin-web-0.10.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-web/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>zeppelin-web</artifactId>
<version>0.10.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-web/
implementation 'org.apache.zeppelin:zeppelin-web:0.10.1'
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-web/
implementation ("org.apache.zeppelin:zeppelin-web:0.10.1")
'org.apache.zeppelin:zeppelin-web:war:0.10.1'
<dependency org="org.apache.zeppelin" name="zeppelin-web" rev="0.10.1">
<artifact name="zeppelin-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='zeppelin-web', version='0.10.1')
)
libraryDependencies += "org.apache.zeppelin" % "zeppelin-web" % "0.10.1"
[org.apache.zeppelin/zeppelin-web "0.10.1"]