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

22 lines
373 B
Markdown

# 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")
}
```