aws-android-sdk-core
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-android-sdk-core</artifactId> <version>2.79.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.amazonaws</groupId> <artifactId>aws-android-sdk-core</artifactId> <version>2.79.0</version> <packaging>aar</packaging> <name>AWS SDK for Android - Core Runtime</name> <description>The AWS SDK for Android - Core module holds the classes that is used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes.</description> <url>https://github.com/aws/aws-sdk-android</url> <licenses> <license> <name>Apache 2.0</name> <url>http://aws.amazon.com/apache2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>amazonwebservices</id> <organizationUrl>http://aws.amazon.com</organizationUrl> <roles> <role>developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/aws/aws-sdk-android.git</connection> <developerConnection>scm:git:ssh://git@github.com/aws/aws-sdk-android.git</developerConnection> <url>https://github.com/aws/aws-sdk-android</url> </scm> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.1.0</version> <scope>compile</scope> </dependency> </dependencies> </project>