Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.apache.zeppelin |
ArtifactId | ArtifactIdnotebookrepo-github |
Version | Version0.9.0-preview1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-github/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>notebookrepo-github</artifactId>
<version>0.9.0-preview1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-github/
implementation 'org.apache.zeppelin:notebookrepo-github:0.9.0-preview1'
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-github/
implementation ("org.apache.zeppelin:notebookrepo-github:0.9.0-preview1")
'org.apache.zeppelin:notebookrepo-github:jar:0.9.0-preview1'
<dependency org="org.apache.zeppelin" name="notebookrepo-github" rev="0.9.0-preview1">
<artifact name="notebookrepo-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='notebookrepo-github', version='0.9.0-preview1')
)
libraryDependencies += "org.apache.zeppelin" % "notebookrepo-github" % "0.9.0-preview1"
[org.apache.zeppelin/notebookrepo-github "0.9.0-preview1"]