sdk-annotations
Used in: 155 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
The Amazon Web Services SDK for Java provides Java APIs
for building software on AWS' cost-effective, scalable, and reliable
infrastructure products. The AWS Java SDK allows developers to code
against APIs for all of Amazon's infrastructure web services (Amazon
S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon
AutoScaling, etc).
Snippets
<dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>sdk-annotations</artifactId> <version>2.0.0-preview-2</version> </dependency>
Maven POM File
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>aws-sdk-java-pom</artifactId> <groupId>software.amazon.awssdk</groupId> <version>2.0.0-preview-2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>sdk-annotations</artifactId> <name>AWS Java SDK :: Annotations</name> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> </plugin> </plugins> </build> </project>