dataforge-core/dataforge-workspace
2024-02-18 20:11:53 +03:00
..
api Task and data input validation moved to JVM 2020-12-29 22:19:11 +03:00
src Replace branch data builder with putAll 2024-02-18 20:11:53 +03:00
build.gradle.kts Partially fixed a bug with MutableMeta observable wrappers. 2023-12-05 15:13:50 +03:00
README.md Update documentation 2024-02-03 19:16:18 +03:00

Module dataforge-workspace

Usage

Artifact:

The Maven coordinates of this project are space.kscience:dataforge-workspace:0.8.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:dataforge-workspace:0.8.0")
}