dataforge-core/dataforge-context
2024-04-27 09:47:08 +03:00
..
api Fix all tests 2024-04-23 18:59:12 +03:00
src Move data tests to jvm to avoid random failings on native 2024-04-27 09:47:08 +03:00
build.gradle.kts [WIP] change data structure 2024-01-19 22:23:02 +03:00
README.md Update documentation 2024-02-03 19:16:18 +03:00

Module dataforge-context

Context and provider definitions

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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