dataforge-core/dataforge-data
2024-02-03 17:25:49 +03:00
..
api Move DataNode builders 2020-12-30 09:56:49 +03:00
src Data tree refactored to a uniform tree instead of sealed class. 2024-02-03 17:25:49 +03:00
build.gradle.kts Partially fixed a bug with MutableMeta observable wrappers. 2023-12-05 15:13:50 +03:00
README.md Update Readme and CHANGELOG 2023-11-26 10:05:19 +03:00

Module dataforge-data

Usage

Artifact:

The Maven coordinates of this project are space.kscience:dataforge-data:0.7.0.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    //uncomment to access development builds
    //maven("https://maven.pkg.jetbrains.space/spc/p/sci/dev")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:dataforge-data:0.7.0")
}