dataforge-core/dataforge-io/dataforge-io-yaml
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
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 2024-04-27 10:01:36 +03:00

Module dataforge-io-yaml

YAML meta IO

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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