kmath/kmath-ejml/build.gradle.kts

9 lines
147 B
Plaintext
Raw Normal View History

2020-09-20 12:40:07 +03:00
plugins {
id("ru.mipt.npm.jvm")
2020-09-20 12:40:07 +03:00
}
dependencies {
implementation("org.ejml:ejml-simple:0.39")
implementation(project(":kmath-core"))
}