License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdorg.apache.zeppelin |
ArtifactId | ArtifactIdnotebookrepo-github |
Last Version | Last Version0.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZeppelin: Plugin GitHubNotebookRepo
NotebookRepo implementation based on GitHub
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
notebookrepo-github-0.10.1.pom | |
notebookrepo-github-0.10.1.jar | 11 KB |
notebookrepo-github-0.10.1-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-github/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>notebookrepo-github</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-github/
implementation 'org.apache.zeppelin:notebookrepo-github:0.10.1'
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-github/
implementation ("org.apache.zeppelin:notebookrepo-github:0.10.1")
'org.apache.zeppelin:notebookrepo-github:jar:0.10.1'
<dependency org="org.apache.zeppelin" name="notebookrepo-github" rev="0.10.1">
<artifact name="notebookrepo-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='notebookrepo-github', version='0.10.1')
)
libraryDependencies += "org.apache.zeppelin" % "notebookrepo-github" % "0.10.1"
[org.apache.zeppelin/notebookrepo-github "0.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.zeppelin : zeppelin-zengine | jar | 0.10.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |