kmath/kmath-commons/build.gradle.kts
2019-12-08 15:48:25 +03:00

12 lines
254 B
Plaintext

plugins {
id("scientifik.jvm")
}
description = "Commons math binding for kmath"
dependencies {
api(project(":kmath-core"))
api(project(":kmath-coroutines"))
api(project(":kmath-prob"))
api("org.apache.commons:commons-math3:3.6.1")
}