android-replay-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.dynatrace.agent</groupId> <artifactId>android-replay-core</artifactId> <version>8.315.1.1005</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.dynatrace.agent</groupId> <artifactId>android-replay-core</artifactId> <version>8.315.1.1005</version> <packaging>aar</packaging> <name>com.dynatrace.agent:android-replay-core</name> <description>The Dynatrace Session Replay SDK for Android.</description> <url>https://dynatrace.com</url> <licenses> <license> <name>Authorized Dynatrace Customer Subscription Agreement</name> <url>https://github.com/Dynatrace/dem-license/blob/main/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>dynatrace</id> <name>Dynatrace LLC</name> <email>support.mobile@dynatrace.com</email> </developer> </developers> <scm> <url>https://github.com/dynatrace</url> </scm> <dependencies> <dependency> <groupId>com.dynatrace.agent</groupId> <artifactId>android-replay-model</artifactId> <version>8.315.1.1005</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.dynatrace.agent</groupId> <artifactId>android-replay-data</artifactId> <version>8.315.1.1005</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.dynatrace.agent</groupId> <artifactId>android-replay-tracking</artifactId> <version>8.315.1.1005</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.dynatrace.agent</groupId> <artifactId>android-replay-log</artifactId> <version>8.315.1.1005</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.dynatrace.agent</groupId> <artifactId>agent-android</artifactId> <version>8.315.1.1005</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.dynatrace.agent</groupId> <artifactId>agent-android-internal</artifactId> <version>8.315.1.1005</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.dynatrace.protocols</groupId> <artifactId>mobile-sessionreplay</artifactId> <version>1.0.1.1070</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.6.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>