..
2024-09-17 09:56:19 +03:00
2024-09-17 09:56:19 +03:00
2024-01-19 22:23:02 +03:00
2025-01-02 14:27:22 +03:00

Module dataforge-context

Context and provider definitions

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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