is not current version
Last Version 6.1.4

io.sentry:sentry 6.0.0-beta.4

SDK for sentry.io

GroupId

GroupId

io.sentry
ArtifactId

ArtifactId

sentry
Version

Version

6.0.0-beta.4
Type

Type

jar

Download sentry 6.0.0-beta.4


<!-- https://jarcasting.com/artifacts/io.sentry/sentry/ -->
<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry</artifactId>
    <version>6.0.0-beta.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry/
implementation 'io.sentry:sentry:6.0.0-beta.4'
// https://jarcasting.com/artifacts/io.sentry/sentry/
implementation ("io.sentry:sentry:6.0.0-beta.4")
'io.sentry:sentry:jar:6.0.0-beta.4'
<dependency org="io.sentry" name="sentry" rev="6.0.0-beta.4">
  <artifact name="sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry', version='6.0.0-beta.4')
)
libraryDependencies += "io.sentry" % "sentry" % "6.0.0-beta.4"
[io.sentry/sentry "6.0.0-beta.4"]