working on document list

This commit is contained in:
2025-07-09 00:27:06 +02:00
parent 58f69689e2
commit 5b5e6a9387
22 changed files with 1914 additions and 26 deletions
+6
View File
@@ -2,4 +2,10 @@ description = "Umbrella : Documents"
dependencies{
implementation(project(":core"))
implementation("de.srsoftware:configuration.api:1.0.2")
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")
}