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