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