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