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
posta 2 anni fa857 visualizzazioni
2 Risposte
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
ESPERTO
con risposta 2 anni fa
  • 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
ESPERTO
con risposta 2 anni fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande