s

sentry

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