2 Answers
- Newest
- Most votes
- Most comments
0
Take a look at this page - https://aws.amazon.com/sdk-for-java/
It show you how you can get it from Maven
Also take a look at this - https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration.html, as it discusses Migrating from version 1.x to 2.x of the AWS SDK for Java
0
This page has multiple versions of the AWS SDK jar file - https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk/
These jar files do not have any of the dependencies. What I need is one jar file with everything, all the AWS code, everything it depends on, so I can just drop it into a project and start using it.
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
Yes, I've seen this page. It does not have the jar file I'm looking for.