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