visionforge/plotly/plotlykt-core
2024-06-05 09:49:29 +03:00
..
api Merged Plotly repository 2024-06-04 22:47:56 +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 Merged Plotly repository 2024-06-04 22:47:56 +03:00

Module plotlykt-core

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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