dataforge-core/dataforge-io
2024-04-27 10:01:36 +03:00
..
api Moved ValueItem and NodeItem to the top level 2020-12-24 10:48:51 +03:00
dataforge-io-yaml Update readme and changelog 2024-04-27 10:01:36 +03:00
src Fix all tests 2024-04-23 18:59:12 +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 readme and changelog 2024-04-27 10:01:36 +03:00

Module dataforge-io

IO module

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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