dataforge-core/dataforge-context
2024-06-04 17:44:44 +03:00
..
api Fix all tests 2024-04-23 18:59:12 +03:00
src 0.9-RC 2024-06-04 17:44:44 +03:00
build.gradle.kts [WIP] change data structure 2024-01-19 22:23:02 +03:00
README.md Update readme and changelog 2024-04-27 10:01:36 +03:00

Module dataforge-context

Context and provider definitions

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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