aws-android-sdk-pinpoint
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-android-sdk-pinpoint</artifactId>
<version>2.81.1</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-pinpoint</artifactId>
<version>2.81.1</version>
<packaging>aar</packaging>
<name>AWS SDK for Android - Amazon Pinpoint</name>
<description>The AWS Android SDK for Amazon Pinpoint module holds the client classes that are used for communicating with Amazon Pinpoint Service</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.amazonaws</groupId>
<artifactId>aws-android-sdk-core</artifactId>
<version>2.81.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core</artifactId>
<version>1.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>