kmath/kmath-kotlingrad
Alexander Nozik 15d874fb06 Remove MST.Symbolic
Replace it by Symbol
LogicAlgebra
2021-05-16 19:53:21 +03:00
..
docs Promote kmath-kotlingrad to experimental alongside minor documentation and API changes 2021-05-09 18:17:28 +07:00
src Remove MST.Symbolic 2021-05-16 19:53:21 +03:00
build.gradle.kts Promote kmath-kotlingrad to experimental alongside minor documentation and API changes 2021-05-09 18:17:28 +07:00
README.md Promote kmath-kotlingrad to experimental alongside minor documentation and API changes 2021-05-09 18:17:28 +07:00

Module kmath-kotlingrad

Kotlin∇ integration module.

Artifact:

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

Gradle:

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

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

Gradle Kotlin DSL:

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

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