dataforge-core/dataforge-context
..
2023-11-26 09:59:28 +03:00
2023-11-22 17:06:23 +03:00
2023-03-20 17:53:40 +03:00
2023-11-26 10:05:19 +03:00

Module dataforge-context

Context and provider definitions

Usage

Artifact:

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

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    //uncomment to access development builds
    //maven("https://maven.pkg.jetbrains.space/spc/p/sci/dev")
    mavenCentral()
}

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