22 lines
405 B
Markdown
22 lines
405 B
Markdown
|
# Module visionforge-jupyter-common
|
||
|
|
||
|
Jupyter api artifact including all common modules
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
## Artifact:
|
||
|
|
||
|
The Maven coordinates of this project are `space.kscience:visionforge-jupyter-common:0.4.1`.
|
||
|
|
||
|
**Gradle Kotlin DSL:**
|
||
|
```kotlin
|
||
|
repositories {
|
||
|
maven("https://repo.kotlin.link")
|
||
|
mavenCentral()
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation("space.kscience:visionforge-jupyter-common:0.4.1")
|
||
|
}
|
||
|
```
|