working in first importer: JenaRosenkeller

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-19 00:56:40 +01:00
parent 2c76c61657
commit a17b322001
7 changed files with 123 additions and 9 deletions
@@ -0,0 +1,8 @@
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.0")
implementation("de.srsoftware:tools.web:1.2.1")
}