visionforge/visionforge-plotly
2022-01-23 15:06:47 +03:00
..
api Update gh-actions and api 2022-01-20 11:52:58 +03:00
src Refactor page headers and fragment requirements 2022-01-20 11:13:17 +03:00
build.gradle.kts remove production build from intermediate libraries 2022-01-02 19:43:31 +03:00
README.md Update readmes 2022-01-23 15:06:47 +03:00

Module visionforge-plotly

Usage

Artifact:

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

Gradle Groovy:

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

dependencies {
    implementation 'space.kscience:visionforge-plotly:0.2.0'
}

Gradle Kotlin DSL:

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

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