Files
OpenCloudCal/de.srsoftware.cal.api/build.gradle.kts
T
2026-08-31 15:05:21 +02:00

7 lines
151 B
Kotlin

description = "OpenCloudCal : API"
dependencies {
implementation("de.srsoftware:tools.util:2.1.1")
implementation("org.json:json:20240303")
}