GroupId | GroupIdorg.apache.zeppelin |
---|---|
ArtifactId | ArtifactIdnotebookrepo-filesystem |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
notebookrepo-filesystem-0.9.0.pom | |
notebookrepo-filesystem-0.9.0.jar | 13 KB |
notebookrepo-filesystem-0.9.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-filesystem/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>notebookrepo-filesystem</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-filesystem/
implementation 'org.apache.zeppelin:notebookrepo-filesystem:0.9.0'
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-filesystem/
implementation ("org.apache.zeppelin:notebookrepo-filesystem:0.9.0")
'org.apache.zeppelin:notebookrepo-filesystem:jar:0.9.0'
<dependency org="org.apache.zeppelin" name="notebookrepo-filesystem" rev="0.9.0">
<artifact name="notebookrepo-filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='notebookrepo-filesystem', version='0.9.0')
)
libraryDependencies += "org.apache.zeppelin" % "notebookrepo-filesystem" % "0.9.0"
[org.apache.zeppelin/notebookrepo-filesystem "0.9.0"]