Registry / cloud / aws-java-sdk-bundle

aws-java-sdk-bundle

JSON →
library1.12.797javamavenunverified

A single bundled dependency that includes all AWS service and dependent JARs with relocated third-party libraries.

<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-bundle</artifactId> <version>1.12.797</version> </dependency>
INSTALL
IMPORT
SIG · AWS-JAVA-SDK-BUNDL
A
aws-java-sdk-bundle
cloudjavav1.12.797
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AmazonS3ClientBuilder
com.amazonaws.services.s3.AmazonS3ClientBuilder

Minimal usage of AmazonS3ClientBuilder

import com.amazonaws.services.s3.AmazonS3ClientBuilder; import com.amazonaws.services.s3.AmazonS3; public class Example { public static void main(String[] args) { AmazonS3 s3 = AmazonS3ClientBuilder.defaultClient(); System.out.println("S3 client created"); } }
Debug
Known issues
gotchaThe bundle relocates third-party libraries, which may cause classpath conflicts with other versions of those libraries.
fix
Ensure no other dependencies include the same libraries without relocation, or use the bundle exclusively.
affects: all
Upgrade
Version history
1.12.797latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
aws-java-sdk-bundle — mvn dependency:get aws-java-sdk-bundle · libregistry