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
質問済み 2年前855ビュー
2回答
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
エキスパート
回答済み 2年前
  • 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
エキスパート
回答済み 2年前
  • 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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ