kmath/kmath-kotlingrad
..
2024-02-17 21:32:26 +03:00
2023-05-12 20:57:55 +03:00
2024-02-18 15:05:56 +03:00

Module kmath-kotlingrad

Kotlin∇ integration module.

Artifact:

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

Gradle Kotlin DSL:

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

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