preparing to render document

This commit is contained in:
2025-07-16 08:55:08 +02:00
parent b372ae45b3
commit 07ef168226
4 changed files with 83 additions and 17 deletions
+6
View File
@@ -3,5 +3,11 @@ description = "Umbrella : Documents"
dependencies{
implementation(project(":company"))
implementation(project(":core"))
implementation("de.srsoftware:document.api:1.0.1")
implementation("de.srsoftware:document.file:1.0.0")
implementation("de.srsoftware:document.processor:1.0.2")
implementation("de.srsoftware:document.zugferd:1.0.3")
implementation("de.srsoftware:tools.mime:1.1.2")
}