7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
|
plugins { id("scientifik.jvm") }
|
||
|
|
||
|
dependencies {
|
||
|
implementation("org.ejml:ejml-simple:0.39")
|
||
|
implementation(project(":kmath-core"))
|
||
|
}
|