2021-12-21 08:58:44 +00:00
|
|
|
dependencies {
|
2021-12-22 08:11:22 +00:00
|
|
|
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
|
2021-12-23 22:44:02 +00:00
|
|
|
|
|
|
|
implementation("software.amazon.awssdk:s3:2.17.102")
|
2021-12-21 08:58:44 +00:00
|
|
|
}
|