visionforge/visionforge-plotly/README.md
2023-12-12 09:17:14 +03:00

338 B

Module visionforge-plotly

Usage

Artifact:

The Maven coordinates of this project are space.kscience:visionforge-plotly:0.3.0-rc.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:visionforge-plotly:0.3.0-rc")
}