Files
2026-03-10 15:40:51 +01:00
..
2026-03-10 15:40:51 +01:00
2026-01-09 14:00:17 +03:00

Module kmath-geometry

Usage

Artifact:

The Maven coordinates of this project are space.kscience:kmath-geometry:0.5.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-geometry:0.5.0")
}