Skip to content

Instantly share code, notes, and snippets.

@chrisegb
Last active October 1, 2022 00:00
Show Gist options
  • Save chrisegb/70e848b7ebb11f24a76115249a475fd5 to your computer and use it in GitHub Desktop.
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.
<!-- 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