文件下载
文件名 操作
sentry-all-1.0.0-beta3.pom 下载
Apache Maven
<dependency>
  <groupId>io.sentry</groupId>
  <artifactId>sentry-all</artifactId>
  <version>1.0.0-beta3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.sentry:sentry-all:1.0.0-beta3'
Gradle Kotlin
implementation("io.sentry:sentry-all:1.0.0-beta3")
Scala SBT
libraryDependencies += "io.sentry" % "sentry-all" % "1.0.0-beta3"
Groovy Grape
@Grapes(
  @Grab(group='io.sentry', module='sentry-all', version='1.0.0-beta3')
)
Apache Ivy
<dependency org="io.sentry" name="sentry-all" rev="1.0.0-beta3" />
Leiningen
[io.sentry/sentry-all "1.0.0-beta3"]
Apache Buildr
'io.sentry:sentry-all:jar:1.0.0-beta3'