controls-kt/magix/magix-storage/magix-storage-xodus
2024-08-03 21:26:50 +03:00
..
src/main/kotlin/space/kscience/magix/storage/xodus Allow controls magix endpoint to receive broadcast. 2024-02-05 14:08:15 +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-storage-xodus

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-storage-xodus:0.4.0-dev-4.

Gradle Kotlin DSL:

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

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