GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-android |
Version | Version1.0.0-beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-android/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-android</artifactId>
<version>1.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation 'io.sentry:sentry-android:1.0.0-beta3'
// https://jarcasting.com/artifacts/io.sentry/sentry-android/
implementation ("io.sentry:sentry-android:1.0.0-beta3")
'io.sentry:sentry-android:jar:1.0.0-beta3'
<dependency org="io.sentry" name="sentry-android" rev="1.0.0-beta3">
<artifact name="sentry-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-android', version='1.0.0-beta3')
)
libraryDependencies += "io.sentry" % "sentry-android" % "1.0.0-beta3"
[io.sentry/sentry-android "1.0.0-beta3"]