visionforge/plotly/plotlykt-server/README.md

22 lines
323 B
Markdown
Raw Normal View History

2024-06-04 22:47:56 +03:00
# Module plotlykt-server
## Usage
## Artifact:
The Maven coordinates of this project are `space.kscience:plotlykt-server:0.7.1`.
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:plotlykt-server:0.7.1")
}
```