License |
License |
---|---|
GroupId | GroupIdorg.apache.zeppelin |
ArtifactId | ArtifactIdnotebookrepo-mongo |
Last Version | Last Version0.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZeppelin: Plugin MongoNotebookRepo
NotebookRepo implementation based on MongoDB
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
notebookrepo-mongo-0.10.1.pom | |
notebookrepo-mongo-0.10.1.jar | 22 KB |
notebookrepo-mongo-0.10.1-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-mongo/ -->
<dependency>
<groupId>org.apache.zeppelin</groupId>
<artifactId>notebookrepo-mongo</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-mongo/
implementation 'org.apache.zeppelin:notebookrepo-mongo:0.10.1'
// https://jarcasting.com/artifacts/org.apache.zeppelin/notebookrepo-mongo/
implementation ("org.apache.zeppelin:notebookrepo-mongo:0.10.1")
'org.apache.zeppelin:notebookrepo-mongo:jar:0.10.1'
<dependency org="org.apache.zeppelin" name="notebookrepo-mongo" rev="0.10.1">
<artifact name="notebookrepo-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zeppelin', module='notebookrepo-mongo', version='0.10.1')
)
libraryDependencies += "org.apache.zeppelin" % "notebookrepo-mongo" % "0.10.1"
[org.apache.zeppelin/notebookrepo-mongo "0.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.zeppelin : zeppelin-zengine | jar | 0.10.1 |
Group / Artifact | Type | Version |
---|---|---|
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 2.2.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |