Where can I get an AWS Jar file?

0

Hi, I've been asked to update a project that is using an older version of AWS (1.11). I want to update it to the latest version, or at least, the latest 1.x version.

The project does not use any kind of dependency manager. It has a 157mb Jar file, aws-java-sdk-1.11.731.jar, which I assume contains all of the AWS code and its dependencies.

Where do I find an updated version of this Jar? I checked Maven, but all I could find were much smaller files containing individual services.

Unfortunately the original developers of the project aren't available, so I can't ask them where they found it.

Thanks, Frank

Frank
demandé il y a 2 ans857 vues
2 réponses
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

profile pictureAWS
EXPERT
répondu il y a 2 ans
  • Yes, I've seen this page. It does not have the jar file I'm looking for.

0

This page has multiple versions of the AWS SDK jar file - https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk/

profile pictureAWS
EXPERT
répondu il y a 2 ans
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions