Files
Umbrella/user/build.gradle.kts
Stephan Richter b918d453cb implemented user login.
next: find a solution for routing
2025-06-30 21:11:42 +02:00

11 lines
401 B
Kotlin

description = "Umbrella : User"
dependencies{
implementation(project(":core"))
implementation("de.srsoftware:tools.jdbc:1.3.2")
implementation("de.srsoftware:tools.mime:1.1.2")
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:2.0.3")
implementation("org.json:json:20240303")
implementation("org.xerial:sqlite-jdbc:3.49.0.0")
}