Files download
File Operation
sentry-5.2.0.jar download
sentry-5.2.0.pom download
sentry-5.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.sentry</groupId>
  <artifactId>sentry</artifactId>
  <version>5.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.sentry:sentry:5.2.0'
Gradle Kotlin
implementation("io.sentry:sentry:5.2.0")
Scala SBT
libraryDependencies += "io.sentry" % "sentry" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.sentry', module='sentry', version='5.2.0')
)
Apache Ivy
<dependency org="io.sentry" name="sentry" rev="5.2.0" />
Leiningen
[io.sentry/sentry "5.2.0"]
Apache Buildr
'io.sentry:sentry:jar:5.2.0'
Dependencies