..
2023-08-23 16:23:27 +03:00
2024-03-04 15:58:53 +03:00
2023-08-18 20:17:23 +03:00
2023-08-23 16:21:11 +03:00
2024-03-04 15:58:53 +03:00

Module magix-storage

Magix history database API

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-storage:0.3.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:magix-storage:0.3.0")
}