controls-kt/magix/magix-storage
2023-08-23 16:23:27 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
magix-storage-mongo continue package refactor 2022-08-02 09:46:31 +03:00
magix-storage-xodus All done for 0.2.0 release 2023-08-23 16:21:11 +03:00
src ControlsMagix refactor 2023-08-18 20:17:23 +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 magix-storage

Magix history database API

Usage

Artifact:

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