is not current version
Last Version 6.1.4

io.sentry:sentry-android 2.2.2

SDK for sentry.io

GroupId

GroupId

io.sentry
ArtifactId

ArtifactId

sentry-android
Version

Version

2.2.2
Type

Type

aar

Download sentry-android 2.2.2


<!-- https://jarcasting.com/artifacts/io.sentry/sentry-android/ -->
<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry-android</artifactId>
    <version>2.2.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation 'io.sentry:sentry-android:2.2.2'
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation ("io.sentry:sentry-android:2.2.2")
'io.sentry:sentry-android:aar:2.2.2'
<dependency org="io.sentry" name="sentry-android" rev="2.2.2">
  <artifact name="sentry-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-android', version='2.2.2')
)
libraryDependencies += "io.sentry" % "sentry-android" % "2.2.2"
[io.sentry/sentry-android "2.2.2"]