dataforge-core/dataforge-context/README.md

22 lines
361 B
Markdown
Raw Normal View History

2023-07-29 13:00:17 +03:00
# Module dataforge-context
Context and provider definitions
## Usage
## Artifact:
2024-04-27 10:01:36 +03:00
The Maven coordinates of this project are `space.kscience:dataforge-context:0.8.2`.
2023-07-29 13:00:17 +03:00
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
2024-04-27 10:01:36 +03:00
implementation("space.kscience:dataforge-context:0.8.2")
2023-07-29 13:00:17 +03:00
}
```