dataforge-core/dataforge-data/README.md

22 lines
332 B
Markdown
Raw Normal View History

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