dataforge-core/dataforge-io
2023-11-26 10:05:19 +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 2023-11-26 10:05:19 +03:00
src Replace MetaProvider::getMeta by get 2023-11-22 17:06:23 +03:00
build.gradle.kts kotlin 1.9.20 2023-09-13 12:19:20 +03:00
README.md Update Readme and CHANGELOG 2023-11-26 10:05:19 +03:00

Module dataforge-io

IO module

Usage

Artifact:

The Maven coordinates of this project are space.kscience:dataforge-io: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-io:0.7.0")
}