.. | ||
api | ||
src | ||
build.gradle.kts | ||
README.md |
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:
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:dataforge-context:0.8.0")
}