Created
November 8, 2020 07:41
-
-
Save billydh/7464af4fa1c6b818507716bed5a0dae0 to your computer and use it in GitHub Desktop.
dynamodb-enhanced dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
... | |
dependencies { | |
... | |
... | |
implementation("software.amazon.awssdk:dynamodb-enhanced") | |
} | |
dependencyManagement { | |
imports { | |
... | |
... | |
mavenBom("software.amazon.awssdk:bom:2.15.22") | |
} | |
} | |
... | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment