visionforge/visionforge-plotly/README.md
2024-06-06 09:30:30 +03:00

22 lines
332 B
Markdown

# Module visionforge-plotly
## Usage
## Artifact:
The Maven coordinates of this project are `space.kscience:visionforge-plotly:0.4.2`.
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:visionforge-plotly:0.4.2")
}
```