Skip to content

Instantly share code, notes, and snippets.

@billydh
Created November 8, 2020 07:41
Show Gist options
  • Save billydh/7464af4fa1c6b818507716bed5a0dae0 to your computer and use it in GitHub Desktop.
Save billydh/7464af4fa1c6b818507716bed5a0dae0 to your computer and use it in GitHub Desktop.
dynamodb-enhanced dependency
...
...
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