d

dropwizard-sentry

Dropwizard bundle for error logging to Sentry
https://github.com/dhatim/dropwizard-sentry
MIT License
文件下载
文件名 操作
dropwizard-sentry-2.1.6.jar 下载
dropwizard-sentry-2.1.6.pom 下载
dropwizard-sentry-2.1.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.dhatim</groupId>
  <artifactId>dropwizard-sentry</artifactId>
  <version>2.1.6</version>
</dependency>
Gradle Groovy
implementation 'org.dhatim:dropwizard-sentry:2.1.6'
Gradle Kotlin
implementation("org.dhatim:dropwizard-sentry:2.1.6")
Scala SBT
libraryDependencies += "org.dhatim" % "dropwizard-sentry" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.dhatim', module='dropwizard-sentry', version='2.1.6')
)
Apache Ivy
<dependency org="org.dhatim" name="dropwizard-sentry" rev="2.1.6" />
Leiningen
[org.dhatim/dropwizard-sentry "2.1.6"]
Apache Buildr
'org.dhatim:dropwizard-sentry:jar:2.1.6'