kmath/kmath-kotlingrad
2021-12-25 12:05:42 -05:00
..
docs Revise grammar of KDoc comments, refresh documentation files 2021-07-29 07:16:26 +07:00
src update Kotlin∇ and remove old maven repositories 2021-12-25 12:05:42 -05:00
build.gradle.kts update Kotlin∇ and remove old maven repositories 2021-12-25 12:05:42 -05:00
README.md Revise grammar of KDoc comments, refresh documentation files 2021-07-29 07:16:26 +07:00

Module kmath-kotlingrad

Kotlin∇ integration module.

Artifact:

The Maven coordinates of this project are space.kscience:kmath-kotlingrad:0.3.0-dev-14.

Gradle:

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

dependencies {
    implementation 'space.kscience:kmath-kotlingrad:0.3.0-dev-14'
}

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-kotlingrad:0.3.0-dev-14")
}