dataforge-core/dataforge-io
2024-02-03 19:16:18 +03:00
..
api Moved ValueItem and NodeItem to the top level 2020-12-24 10:48:51 +03:00
dataforge-io-yaml Update documentation 2024-02-03 19:16:18 +03:00
src [WIP] change data structure 2024-01-29 22:10:06 +03:00
build.gradle.kts Data tree refactored to a uniform tree instead of sealed class. 2024-02-03 17:34:19 +03:00
README.md Update documentation 2024-02-03 19:16:18 +03:00

Module dataforge-io

IO module

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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