controls-kt/magix/magix-storage/README.md

22 lines
355 B
Markdown

# Module magix-storage
Magix history database API
## Usage
## Artifact:
The Maven coordinates of this project are `space.kscience:magix-storage:0.4.0-dev-1`.
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:magix-storage:0.4.0-dev-1")
}
```