Files
Umbrella/messages/build.gradle.kts
Stephan Richter bac04ac047 implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
2025-07-13 23:45:18 +02:00

9 lines
312 B
Kotlin

description = "Umbrella : Message subsystem"
dependencies{
implementation(project(":core"))
implementation("com.sun.mail:jakarta.mail:2.0.1")
implementation("de.srsoftware:tools.mime:1.1.2")
implementation("org.bitbucket.b_c:jose4j:0.9.6")
implementation("org.xerial:sqlite-jdbc:3.49.0.0")
}