Last active
October 1, 2022 00:00
-
-
Save chrisegb/70e848b7ebb11f24a76115249a475fd5 to your computer and use it in GitHub Desktop.
This is the corresponding dependency to add into Maven file pom.xml that will interact with the latest AmazonService.java Service.
This file contains 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
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3 --> | |
<dependency> | |
<groupId>com.amazonaws</groupId> | |
<artifactId>aws-java-sdk-s3</artifactId> | |
<version>1.12.313</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment