controls-kt/controls-storage
2024-05-10 11:33:00 +03:00
..
controls-xodus make device stop suspended to properly await for lifecycle event. 2024-05-10 11:33:00 +03:00
src Migrate to DataForge 0.8.0 2024-03-04 15:24:27 +03:00
build.gradle.kts All done for 0.2.0 release 2023-08-23 16:21:11 +03:00
README.md Update readme and API 2024-03-04 15:58:53 +03:00

Module controls-storage

An API for stand-alone Controls-kt device or a hub.

Usage

Artifact:

The Maven coordinates of this project are space.kscience:controls-storage:0.3.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:controls-storage:0.3.0")
}