2021-08-24

This commit is contained in:
2021-08-24 16:52:39 +09:00
parent 2832fa0b5f
commit 46c07638a7
5 changed files with 134 additions and 1 deletions

14
stream/build.gradle.kts Normal file
View File

@@ -0,0 +1,14 @@
/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
runtimeOnly ("org.xerial:sqlite-jdbc:3.36.0.1")
}