controls-kt/magix/magix-api
2024-03-12 22:26:43 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src/commonMain/kotlin/space/kscience/magix/api Add heartbeat and watchdog 2024-03-12 22:26:43 +03:00
build.gradle.kts Finish migration to kotlinx-io 2023-12-13 12:29:06 +03:00
README.md Update readme and API 2024-03-04 15:58:53 +03:00

Module magix-api

A kotlin API for magix standard and some zero-dependency magix services

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-api:0.3.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:magix-api:0.3.0")
}