dataforge-core/dataforge-context
2023-12-31 12:54:38 +03:00
..
api 0.7.0 2023-11-26 09:59:28 +03:00
src Merge MetaConverter and MetaSpec 2023-12-31 12:54:38 +03:00
build.gradle.kts Partially fixed a bug with MutableMeta observable wrappers. 2023-12-05 15:13:50 +03:00
README.md Update Readme and CHANGELOG 2023-11-26 10:05:19 +03:00

Module dataforge-context

Context and provider definitions

Usage

Artifact:

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