kmath/kmath-commons/build.gradle.kts
2020-09-09 22:31:54 +07:00

11 lines
290 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-prob"))
// api(project(":kmath-functions"))
api("org.apache.commons:commons-math3:3.6.1")
}