visionforge/plotly/plotlykt-core
2024-06-06 09:30:30 +03:00
..
api 0.4.2 release 2024-06-06 09:27:00 +03:00
src [WIP] gradual merge of Plotly 2024-06-05 09:49:29 +03:00
build.gradle.kts [WIP] gradual merge of Plotly 2024-06-05 09:49:29 +03:00
README.md Update docs 2024-06-06 09:30:30 +03:00

Module plotlykt-core

Usage

Artifact:

The Maven coordinates of this project are space.kscience:plotlykt-core:0.7.2.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:plotlykt-core:0.7.2")
}