GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-android |
Version | Version1.7.1 |
Type | Typejar |
Filename | Size |
---|---|
sentry-android-1.7.1.pom | |
sentry-android-1.7.1.jar | 13 KB |
sentry-android-1.7.1-sources.jar | 8 KB |
sentry-android-1.7.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-android/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-android</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation 'io.sentry:sentry-android:1.7.1'
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation ("io.sentry:sentry-android:1.7.1")
'io.sentry:sentry-android:jar:1.7.1'
<dependency org="io.sentry" name="sentry-android" rev="1.7.1">
<artifact name="sentry-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-android', version='1.7.1')
)
libraryDependencies += "io.sentry" % "sentry-android" % "1.7.1"
[io.sentry/sentry-android "1.7.1"]