controls-kt/magix/magix-storage/magix-storage-xodus
2024-05-15 22:49:08 +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 exclude ktor/rsocket/dataforge versions 2024-03-20 00:48:26 +06:00
README.md [WIP] Refactor constructor 2024-05-15 22:49:08 +03:00

Module magix-storage-xodus

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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