We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e45527 commit 261d3e7Copy full SHA for 261d3e7
doc_source/setup-project-gradle.rst
@@ -59,7 +59,7 @@ Here's the complete :file:`build.gradle` file:
59
}
60
61
dependencies {
62
- implementation 'com.amazonaws:aws-java-sdk-bom:1.11.228'
+ implementation platform('com.amazonaws:aws-java-sdk-bom:1.11.228')
63
implementation 'com.amazonaws:aws-java-sdk-s3'
64
testCompile group: 'junit', name: 'junit', version: '4.11'
65
0 commit comments