You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
10 lines
332 B
description = "OpenCloudCal : Database" |
|
|
|
dependencies { |
|
implementation(project(":de.srsoftware.cal.api")) |
|
implementation(project(":de.srsoftware.cal.base")) |
|
|
|
implementation("de.srsoftware:tools.jdbc:1.3.0") |
|
implementation("de.srsoftware:tools.optionals:1.0.0") |
|
implementation("de.srsoftware:tools.util:1.3.0") |
|
}
|
|
|