.. | ||
api | ||
magix-storage-mongo | ||
magix-storage-xodus | ||
src | ||
build.gradle.kts | ||
README.md |
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")
}