controls-kt/magix/magix-storage/magix-storage-xodus
2023-08-23 16:21:11 +03:00
..
src/main/kotlin/space/kscience/magix/storage/xodus Add abstraction for writeable magix history 2023-08-03 19:21:35 +03:00
build.gradle.kts [WIP] Storage API 2023-07-29 09:46:13 +03:00
README.md All done for 0.2.0 release 2023-08-23 16:21:11 +03:00

Module magix-storage-xodus

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-storage-xodus: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:magix-storage-xodus:0.2.0")
}