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