2023-07-29 13:00:17 +03:00
|
|
|
# Module dataforge-data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
## Artifact:
|
|
|
|
|
2024-02-03 19:16:18 +03:00
|
|
|
The Maven coordinates of this project are `space.kscience:dataforge-data:0.8.0`.
|
2023-07-29 13:00:17 +03:00
|
|
|
|
|
|
|
**Gradle Kotlin DSL:**
|
|
|
|
```kotlin
|
|
|
|
repositories {
|
|
|
|
maven("https://repo.kotlin.link")
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-02-03 19:16:18 +03:00
|
|
|
implementation("space.kscience:dataforge-data:0.8.0")
|
2023-07-29 13:00:17 +03:00
|
|
|
}
|
|
|
|
```
|