kmath/kmath-core/docs/README-STUB.md

765 B

The Core Module (kmath-core)

The core features of KMath: $featuresString

Artifact:

This module artifact: $group:kmath-core:$version.

Gradle:

repositories {
    maven { url 'https://dl.bintray.com/mipt-npm/kscience' }
    maven { url 'https://dl.bintray.com/mipt-npm/dev' }
    maven { url https://dl.bintray.com/hotkeytlt/maven' }
}

dependencies {
    implementation '$group:kmath-core:$version'
}

Gradle Kotlin DSL:

repositories {
    maven("https://dl.bintray.com/mipt-npm/kscience")
    maven("https://dl.bintray.com/mipt-npm/dev")
    maven("https://dl.bintray.com/hotkeytlt/maven")
}

dependencies {
    implementation("$group:kmath-core:$version")
}