# 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:** ```kotlin repositories { maven("https://repo.kotlin.link") mavenCentral() } dependencies { implementation("space.kscience:dataforge-context:0.8.0") } ```