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

22 lines
376 B
Markdown
Raw Normal View History

2024-12-08 12:15:22 +03:00
# Module magix-utils
Common utilities and services for Magix endpoints.
## Usage
## Artifact:
The Maven coordinates of this project are `space.kscience:magix-utils:0.4.0-dev-7`.
**Gradle Kotlin DSL:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:magix-utils:0.4.0-dev-7")
}
```