controls-kt/magix/magix-api
2024-03-12 22:26:43 +03:00
..
api
src/commonMain/kotlin/space/kscience/magix/api Add heartbeat and watchdog 2024-03-12 22:26:43 +03:00
build.gradle.kts
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")
}