is not current version
Last Version 6.1.4

io.sentry:sentry 1.5.2

Sentry client written in Java.

GroupId

GroupId

io.sentry
ArtifactId

ArtifactId

sentry
Version

Version

1.5.2
Type

Type

jar

Download sentry 1.5.2


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