add kontor-javalin

This commit is contained in:
2025-12-16 23:10:15 +01:00
parent 2a51b4a2f3
commit 25bc4e45ff
22 changed files with 572 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[versions]
gradle = "8.6"
junit = "5.8.2"
#slf4j = "1.7.36"
slf4j = "2.0.16"
hsqldb = "2.7.1"
sqlite = "3.25.2"
jackson = "2.16.1"
#javalin = "4.6.4"
javalin = "6.7.0"
[libraries]
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
slf4j = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
hsqldb = { module = "org.hsqldb:hsqldb", version.ref = "hsqldb" }
jackson = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite" }
javalin = { module = "io.javalin:javalin", version.ref = "javalin" }
Binary file not shown.
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists