visionforge/visionforge-plotly
2024-02-12 10:16:01 +03:00
..
api 0.3.0-RC 2023-12-12 09:17:14 +03:00
src Fixed all tests 2024-02-12 10:16:01 +03:00
build.gradle.kts Use context instead of specialized plugins in JS rendering 2024-02-07 18:11:49 +03:00
README.md 0.3.0-RC 2023-12-12 09:17:14 +03:00

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")
}