10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":prometeu-infra"))
|
|
implementation(project(":prometeu-packer:prometeu-packer-api"))
|
|
implementation("org.apache.tika:tika-core:3.2.1")
|
|
}
|