mediatailor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.datazoom.sdk</groupId> <artifactId>mediatailor</artifactId> <version>0.0.4</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>io.datazoom.sdk</groupId> <artifactId>mediatailor</artifactId> <version>0.0.4</version> <packaging>aar</packaging> <name>mediatailor</name> <description>Datazoom Mediatailor SDK is a library that allows you to collect data from the Mediatailor and send it to Datazoom.</description> <url>https://gitlab.com/datazoom/collector-group/unified-base-collector</url> <licenses> <license> <name>Datazoom, Inc ("COMPANY") CONFIDENTIAL</name> <url>https://gitlab.com/datazoom/mobile-android-group/mobile-android-collector-libraries-release/-/raw/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>Datazoom</name> <email>support@datazoom.io</email> <organization>Datazoom</organization> <organizationUrl>https://datazoom.io</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://gitlab.com/datazoom/collector-group/unified-base-collector.git</connection> <developerConnection>scm:git:ssh://gitlab.com:datazoom/collector-group/unified-base-collector.git</developerConnection> <tag>v0.0.4</tag> <url>https://gitlab.com/datazoom/collector-group/unified-base-collector</url> </scm> <dependencies> <dependency> <groupId>io.datazoom.sdk</groupId> <artifactId>openmeasurement</artifactId> <version>0.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.datazoom.sdk</groupId> <artifactId>base-android</artifactId> <version>4.1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.datazoom.mediatailorsdk</groupId> <artifactId>mediatailorsdk-android</artifactId> <version>1.0.0-alpha4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.24</version> <scope>compile</scope> </dependency> </dependencies> </project>