foundation/foundation-core/build.gradle.kts
2021-12-23 22:44:17 +00:00

6 lines
168 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")
}