1 Star 0 Fork 0

daniel2y/tornadofx-exposed-example

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.gradle 470 Bytes
Copy Edit Raw Blame History
Simon Larsén authored 2018-12-24 12:58 . Add gradle files
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.0'
}
group 'se.slarse'
version '0.0.1'
repositories {
mavenCentral()
jcenter()
}
dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
compile 'no.tornado:tornadofx:1.7.17'
compile 'org.jetbrains.exposed:exposed:0.11.2'
compile 'org.xerial:sqlite-jdbc:3.25.2'
}
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/y2h/tornadofx-exposed-example.git
git@gitee.com:y2h/tornadofx-exposed-example.git
y2h
tornadofx-exposed-example
tornadofx-exposed-example
master

Search