tracer-extras-sample
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ru.ok.tracer</groupId> <artifactId>tracer-extras-sample</artifactId> <version>1.1.1</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>ru.ok.tracer</groupId> <artifactId>tracer-extras-sample</artifactId> <version>1.1.1</version> <packaging>aar</packaging> <name>ru.ok.tracer:tracer-extras-sample</name> <description>Tracer is a service from OK.Tech for collecting and analyzing errors in mobile applications for iOS and Android</description> <url>https://apptracer.ru/</url> <licenses> <license> <name>Tracer's License Agreement</name> <url>https://apptracer.ru/license/</url> </license> </licenses> <developers> <developer> <name>Alexander Asanov</name> <email>alexander.asanov@corp.mail.ru</email> </developer> </developers> <scm> <connection>scm:ssh://git@gitlab.corp.mail.ru:ok/tracer/tracer-android-sdk.git</connection> <developerConnection>scm:git:ssh://git@gitlab.corp.mail.ru:ok/tracer/tracer-android-sdk.git</developerConnection> <url>https://gitlab.corp.mail.ru/ok/tracer/tracer-android-sdk</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.7.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment</artifactId> <version>1.5.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>