sentry-client-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.lyra</groupId>
<artifactId>sentry-client-android</artifactId>
<version>2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lyra</groupId>
<artifactId>sentry-client-android</artifactId>
<version>2.1</version>
<packaging>aar</packaging>
<name>sdk</name>
<description>An easy way to send sanitized sentry event on android apps.</description>
<url>https://github.com/lyra/sentry-client-android</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/lyra/sentry-client-android/blob/main/README.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>LyraMobile</id>
<name>Lyra Mobile</name>
<url>https://github.com/lyraMobile</url>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:lyra/sentry-client-android.git</connection>
<developerConnection>scm:git@github.com:lyra/sentry-client-android.git</developerConnection>
<url>https://github.com/lyra/sentry-client-android</url>
</scm>
<dependencies>
<dependency>
<artifactId>kotlin-stdlib</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>core-ktx</artifactId>
<groupId>androidx.core</groupId>
<version>1.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>appcompat</artifactId>
<groupId>androidx.appcompat</groupId>
<version>1.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>commons-lang3</artifactId>
<groupId>org.apache.commons</groupId>
<version>3.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>commons-codec</artifactId>
<groupId>commons-codec</groupId>
<version>1.15</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>jackson-dataformat-yaml</artifactId>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<version>2.13.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
<version>2.13.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>json-path</artifactId>
<groupId>com.jayway.jsonpath</groupId>
<version>2.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
<version>2.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>sentry-android</artifactId>
<groupId>io.sentry</groupId>
<version>7.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>