controls-kt/controls-storage
2023-08-23 16:21:11 +03:00
..
controls-xodus All done for 0.2.0 release 2023-08-23 16:21:11 +03:00
src Clean up property access syntax 2023-05-07 11:13:42 +03:00
build.gradle.kts All done for 0.2.0 release 2023-08-23 16:21:11 +03:00
README.md All done for 0.2.0 release 2023-08-23 16:21:11 +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.2.0.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    //uncomment to access development builds
    //maven("https://maven.pkg.jetbrains.space/spc/p/sci/dev")
    mavenCentral()
}

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