visionforge/visionforge-plotly
2024-06-06 09:30:30 +03:00
..
api 0.4.2 release 2024-06-06 09:27:00 +03:00
src Merge branch 'dev' into kotlin/2.0.0-Beta 2024-03-18 13:49:22 +03:00
build.gradle.kts Merged Plotly repository 2024-06-04 22:47:56 +03:00
README.md Update docs 2024-06-06 09:30:30 +03:00

Module visionforge-plotly

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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