# Module dataforge-context Context and provider definitions ## Usage ## Artifact: The Maven coordinates of this project are `space.kscience:dataforge-context:0.9.0-dev-1`. **Gradle Kotlin DSL:** ```kotlin repositories { maven("https://repo.kotlin.link") mavenCentral() } dependencies { implementation("space.kscience:dataforge-context:0.9.0-dev-1") } ```