License |
License |
---|---|
Categories |
CategoriesAngular User Interface Web Frameworks |
GroupId | GroupIdorg.apache.zeppelin |
ArtifactId | ArtifactIdzeppelin-web-angular |
Version | Version0.9.0-preview2 |
Type | Typewar |
Description |
DescriptionZeppelin: web angular Application
Zeppelin project
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-web-angular/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>zeppelin-web-angular</artifactId>
<version>0.9.0-preview2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-web-angular/
implementation 'org.apache.zeppelin:zeppelin-web-angular:0.9.0-preview2'
// https://jarcasting.com/artifacts/org.apache.zeppelin/zeppelin-web-angular/
implementation ("org.apache.zeppelin:zeppelin-web-angular:0.9.0-preview2")
'org.apache.zeppelin:zeppelin-web-angular:war:0.9.0-preview2'
<dependency org="org.apache.zeppelin" name="zeppelin-web-angular" rev="0.9.0-preview2">
<artifact name="zeppelin-web-angular" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='zeppelin-web-angular', version='0.9.0-preview2')
)
libraryDependencies += "org.apache.zeppelin" % "zeppelin-web-angular" % "0.9.0-preview2"
[org.apache.zeppelin/zeppelin-web-angular "0.9.0-preview2"]