maps-kt/maps-kt-core/README.md
2024-06-04 14:38:21 +03:00

517 B

Module kmath-core

The core interfaces of KMath.

Artifact:

The Maven coordinates of this project are space.kscience:maps-kt-core:0.3.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:maps-kt-core:0.3.0")
}