forked from kscience/kmath
16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
plugins {
|
|
id("ru.mipt.npm.jvm")
|
|
}
|
|
description = "Commons math binding for kmath"
|
|
|
|
dependencies {
|
|
api(project(":kmath-core"))
|
|
api(project(":kmath-coroutines"))
|
|
api(project(":kmath-stat"))
|
|
api(project(":kmath-functions"))
|
|
api("org.apache.commons:commons-math3:3.6.1")
|
|
}
|
|
|
|
readme{
|
|
maturity = ru.mipt.npm.gradle.Maturity.EXPERIMENTAL
|
|
} |