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
341 B
10 lines
341 B
description = "Umbrella : Legacy API" |
|
|
|
dependencies{ |
|
implementation(project(":core")) |
|
implementation(project(":user")) |
|
implementation("de.srsoftware:tools.mime:1.1.2") |
|
implementation("de.srsoftware:tools.web:1.3.16") |
|
implementation("org.bitbucket.b_c:jose4j:0.9.6") |
|
implementation("org.xerial:sqlite-jdbc:3.49.0.0") |
|
} |