visionforge/visionforge-tables
2024-03-14 09:04:54 +03:00
..
api Update gh-actions and api 2022-01-20 11:52:58 +03:00
src Fix bug with ElementVisionRenderer having the same name 2024-03-14 09:04:54 +03:00
build.gradle.kts Use context instead of specialized plugins in JS rendering 2024-02-07 18:11:49 +03:00
README.md Finalize refactor for 0.4 2024-02-16 18:21:09 +03:00

Module visionforge-tables

Usage

Artifact:

The Maven coordinates of this project are space.kscience:visionforge-tables:0.4.0-dev-3.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:visionforge-tables:0.4.0-dev-3")
}