foundation/foundation-core/build.gradle.kts
2021-12-24 08:38:57 +00:00

7 lines
222 B
Plaintext

dependencies {
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
implementation("software.amazon.awssdk:s3:2.17.102")
implementation("org.quartz-scheduler:quartz:2.3.2")
}