13 lines
416 B
Kotlin
13 lines
416 B
Kotlin
description = "Umbrella : Documents"
|
|
|
|
dependencies{
|
|
implementation(project(":company"))
|
|
implementation(project(":core"))
|
|
|
|
implementation("de.srsoftware:document.api:1.0.1")
|
|
implementation("de.srsoftware:document.file:1.0.0")
|
|
implementation("de.srsoftware:document.processor:1.0.2")
|
|
implementation("de.srsoftware:document.zugferd:1.0.3")
|
|
|
|
implementation("de.srsoftware:tools.mime:1.1.2")
|
|
} |