numass-framework/dataforge-gui/dataforge-html/build.gradle

7 lines
172 B
Groovy

description = "An html rendering core and HTML output"
dependencies {
compile project(':dataforge-core')
compile 'org.jetbrains.kotlinx:kotlinx-html-jvm:0.6.11'
}