bjonnh
03/10/2019, 8:33 PMkarelpeeters
03/10/2019, 8:34 PMbuils.gradle
?bjonnh
03/10/2019, 8:35 PMbjonnh
03/10/2019, 8:37 PMbjonnh
03/10/2019, 9:25 PMplugins {
kotlin("jvm")
}
var kotlinVersion = "1.3.21"
var arrowVersion = "0.9.0-SNAPSHOT"
dependencies {
compile(kotlin("stdlib-jdk8"))
compile("io.github.microutils:kotlin-logging:1.6.22")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1")
implementation("org.jetbrains.kotlin:kotlin-script-util:$kotlinVersion")
implementation("org.jetbrains.kotlin:kotlin-script-runtime:$kotlinVersion")
implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlinVersion")
compile(project(":connector"))
testCompile("org.junit.jupiter:junit-jupiter-api:5.3.2")
compile("org.deeplearning4j:deeplearning4j:1.0.0-beta3")
compile("org.deeplearning4j:deeplearning4j-core:1.0.0-beta3")
compile("org.deeplearning4j:deeplearning4j-nlp:1.0.0-beta3")
}
bjonnh
03/10/2019, 9:25 PMbjonnh
03/10/2019, 9:26 PMbjonnh
03/10/2019, 9:26 PMbjonnh
03/10/2019, 9:27 PMbjonnh
03/10/2019, 9:31 PMrootProject.name = 'stuff'
//include("scripts", "connector", "configurationmanager", "gui", "docs", "services")
include("nlpapp", "connector", "configurationmanager")
bjonnh
03/10/2019, 9:39 PMbjonnh
03/10/2019, 9:39 PMbjonnh
03/10/2019, 9:39 PMbjonnh
03/10/2019, 10:33 PMbjonnh
03/10/2019, 10:53 PM