Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 341 Bytes

File metadata and controls

21 lines (15 loc) · 341 Bytes

Module dataforge-io-yaml

YAML meta IO

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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