finished importer for Rosenkeller

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-20 21:56:42 +01:00
parent d7967b2d95
commit a96fb8cb2d
7 changed files with 234 additions and 78 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ description = "OpenCloudCal : Importers"
dependencies {
implementation(project(":de.srsoftware.cal.api"))
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.1.1")
implementation("de.srsoftware:tools.util:1.1.2")
implementation("de.srsoftware:tools.web:1.3.2")
}