controls-kt/magix/magix-storage/magix-storage-xodus/README.md

347 B

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")
}