kmath/kmath-kotlingrad
2024-03-27 09:51:23 +03:00
..
docs Revise grammar of KDoc comments, refresh documentation files 2021-07-29 07:16:26 +07:00
src Finishing fixes 2024-02-17 21:32:26 +03:00
build.gradle.kts Pre-release fixes 2023-05-12 20:57:55 +03:00
README.md Dump API. Update readme 2024-03-27 09:51:23 +03:00

Module kmath-kotlingrad

Kotlin∇ integration module.

Artifact:

The Maven coordinates of this project are space.kscience:kmath-kotlingrad:0.4.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-kotlingrad:0.4.0")
}