GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-android |
Version | Version1.7.11 |
Type | Typejar |
Filename | Size |
---|---|
sentry-android-1.7.11.pom | |
sentry-android-1.7.11.jar | 13 KB |
sentry-android-1.7.11-sources.jar | 9 KB |
sentry-android-1.7.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation 'io.sentry:sentry-android:1.7.11'
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation ("io.sentry:sentry-android:1.7.11")
'io.sentry:sentry-android:jar:1.7.11'
<dependency org="io.sentry" name="sentry-android" rev="1.7.11">
<artifact name="sentry-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-android', version='1.7.11')
)
libraryDependencies += "io.sentry" % "sentry-android" % "1.7.11"
[io.sentry/sentry-android "1.7.11"]