Fixed Tabbed display

This commit is contained in:
Alexander Nozik 2017-11-09 15:09:19 +03:00
parent 97195f8104
commit f387302388
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ dependencies {
compile project(':numass-client')
compile "hep.dataforge:plots-jfc" // project(':dataforge-plots:plots-jfc')
compile "hep.dataforge:dataforge-control" //project(':dataforge-control')
compile "hep.dataforge:kodex-gui"
compile "hep.dataforge:dataforge-gui"
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
}

View File

@ -33,7 +33,7 @@ dependencies {
compile "hep.dataforge:dataforge-minuit" //project(':dataforge-stat:dataforge-minuit')
compile "hep.dataforge:grind-terminal" //project(':dataforge-grind:grind-terminal')
compile "hep.dataforge:kmath"
compile "hep.dataforge:kodex-gui"
compile "hep.dataforge:dataforge-gui"
// https://mvnrepository.com/artifact/org.ehcache/ehcache
compile group: 'org.ehcache', name: 'ehcache', version: '3.4.0'

View File

@ -24,7 +24,7 @@ compileKotlin.kotlinOptions.jvmTarget = "1.8"
dependencies {
compile project(':numass-core')
compile "hep.dataforge:plots-jfc" //project(':dataforge-plots:plots-jfc')
compile "hep.dataforge:kodex-gui"
compile "hep.dataforge:dataforge-gui"
compile 'com.jcraft:jsch:0.1.54'
}