mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
6 lines
168 B
Plaintext
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")
|
|
}
|