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