numass-framework/grind/build.gradle

12 lines
315 B
Groovy
Raw Normal View History

apply plugin: 'groovy'
description = 'The GRIND (GRoovy INteractive Dataforge) environment'
dependencies {
2021-11-13 13:30:39 +03:00
api project(":dataforge-core")
// https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all
2023-11-07 21:10:05 +03:00
api 'org.apache.groovy:groovy-all:4.0.15'
2021-11-13 13:30:39 +03:00
testImplementation project(":dataforge-gui")
}