Module dataforge-meta

Meta definition and basic operations on meta

Features

  • Meta : Meta is the representation of basic DataForge concept: Metadata, but it also could be called meta-value tree.
  • Value : Value a sum type for different meta values.
  • Name : Name is an identifier to access tree-like structure.

Usage

Artifact:

The Maven coordinates of this project are space.kscience:dataforge-meta:0.10.1.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:dataforge-meta:0.10.1")
}