controls-kt/magix/magix-api
2024-08-03 21:26:50 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src/commonMain/kotlin/space/kscience/magix/api [WIP] remote communication for CollectiveDevice 2024-06-09 15:09:43 +03:00
build.gradle.kts Add wasm and native targets to core modules 2024-08-03 21:26:50 +03:00
README.md update device-collective readme 2024-06-17 17:49:12 +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.4.0-dev-4.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:magix-api:0.4.0-dev-4")
}