media3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.datazoom.sdk</groupId>
<artifactId>media3</artifactId>
<version>1.0.8</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>media3</artifactId>
<version>1.0.8</version>
<packaging>aar</packaging>
<name>Media3</name>
<description>Datazoom Media3 is a library that allows you to collect data from the Media3 Exoplayer 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>v1.0.8</tag>
<url>https://gitlab.com/datazoom/collector-group/unified-base-collector</url>
</scm>
<dependencies>
<dependency>
<groupId>io.datazoom.sdk</groupId>
<artifactId>base</artifactId>
<version>4.2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>