aps-interactive-video-ads-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.amazon.aps</groupId> <artifactId>aps-interactive-video-ads-android</artifactId> <version>1.2.173</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>software.amazon.aps</groupId> <artifactId>aps-interactive-video-ads-android</artifactId> <version>1.2.173</version> <packaging>aar</packaging> <name>aps-interactive-video-ads-android</name> <description>Amazon Publisher Services (APS) SDK for enabling Interactive Video Ads (IVA)</description> <url>https://aps.amazon.com/aps/solutions-for-advanced-tv-publishers/</url> <licenses> <license> <name>APS Engineering License</name> <url>https://mdtb-sdk-packages.s3-us-west-2.amazonaws.com/LICENSE.txt</url> </license> </licenses> <developers> <developer> <id>aps-f8-eng</id> <name>Amazon Publisher Services</name> <email>aps-f8-eng@amazon.com</email> </developer> </developers> <scm> <url>ssh://git.amazon.com/pkg/APSInteractiveTVAndroidSDK</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.4.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>