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