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년 전857회 조회
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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠