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

22 lines
323 B
Markdown

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