forked from NPM/numass-framework
6 lines
169 B
Groovy
6 lines
169 B
Groovy
|
description = 'Commons math dependency and some useful tools'
|
||
|
dependencies {
|
||
|
compile 'org.apache.commons:commons-math3:3.+'
|
||
|
compile project(':dataforge-core')
|
||
|
}
|