visionforge/visionforge-plotly
..
2023-12-12 09:17:14 +03:00
2024-03-14 14:54:16 +03:00
2024-02-16 18:21:09 +03:00

Module visionforge-plotly

Usage

Artifact:

The Maven coordinates of this project are space.kscience:visionforge-plotly:0.4.0-dev-3.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:visionforge-plotly:0.4.0-dev-3")
}