controls-kt/magix/magix-utils/README.md
2024-12-08 12:15:22 +03:00

376 B

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:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:magix-utils:0.4.0-dev-7")
}