2017-04-15 22:15:53 +03:00
|
|
|
description = "A bse package with minimal dependencies for numass"
|
|
|
|
|
2017-04-13 17:06:41 +03:00
|
|
|
|
2015-12-18 16:20:47 +03:00
|
|
|
dependencies {
|
2018-11-25 18:03:31 +03:00
|
|
|
compile project(":numass-core:numass-data-api")
|
|
|
|
compile project(":numass-core:numass-data-proto")
|
2018-11-18 13:37:23 +03:00
|
|
|
compile "hep.dataforge:dataforge-storage"
|
2018-11-17 22:27:12 +03:00
|
|
|
compile "hep.dataforge:dataforge-json"
|
2017-12-07 17:03:42 +03:00
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/com.github.robtimus/sftp-fs
|
2018-11-17 22:27:12 +03:00
|
|
|
compile group: 'com.github.robtimus', name: 'sftp-fs', version: '1.1.3'
|
2017-04-13 17:06:41 +03:00
|
|
|
}
|