dataforge-core/dataforge-io/dataforge-io-yaml
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
src deprecate String.parseValue 2023-11-12 14:26:28 +03:00
build.gradle.kts Fix json serialization. 2023-07-26 16:47:12 +03:00
README.md Update Readme and CHANGELOG 2023-11-26 10:05:19 +03:00

Module dataforge-io-yaml

YAML meta IO

Usage

Artifact:

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