foundation/foundation-core/build.gradle.kts

16 lines
421 B
Plaintext
Raw Normal View History

2023-01-29 03:38:57 +00:00
plugins {
id("gay.pizza.foundation.concrete-plugin")
2023-01-29 03:38:57 +00:00
}
2021-12-21 08:58:44 +00:00
dependencies {
2023-02-07 10:05:26 +00:00
api(project(":common-all"))
2023-02-07 09:52:54 +00:00
implementation(project(":foundation-shared"))
implementation("software.amazon.awssdk:s3:2.19.31")
2021-12-24 08:38:57 +00:00
implementation("org.quartz-scheduler:quartz:2.3.2")
implementation("com.google.guava:guava:31.1-jre")
2023-02-07 10:05:26 +00:00
implementation("io.insert-koin:koin-core:3.3.2")
testImplementation("io.insert-koin:koin-test:3.3.2")
2021-12-21 08:58:44 +00:00
}