2024-06-05 09:49:29 +03:00
|
|
|
# Module visionforge-jupyter-common
|
|
|
|
|
|
|
|
Jupyter api artifact including all common modules
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
## Artifact:
|
|
|
|
|
2024-06-06 09:30:30 +03:00
|
|
|
The Maven coordinates of this project are `space.kscience:visionforge-jupyter-common:0.4.2`.
|
2024-06-05 09:49:29 +03:00
|
|
|
|
|
|
|
**Gradle Kotlin DSL:**
|
|
|
|
```kotlin
|
|
|
|
repositories {
|
|
|
|
maven("https://repo.kotlin.link")
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-06-06 09:30:30 +03:00
|
|
|
implementation("space.kscience:visionforge-jupyter-common:0.4.2")
|
2024-06-05 09:49:29 +03:00
|
|
|
}
|
|
|
|
```
|