dataforge-core/dataforge-context/README.md
2024-06-04 18:00:10 +03:00

373 B

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:

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

dependencies {
    implementation("space.kscience:dataforge-context:0.9.0-dev-1")
}