| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdorg.dhatim |
| ArtifactId | ArtifactIddropwizard-sentry |
| Last Version | Last Version2.1.0-6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.dhatim:dropwizard-sentry
Dropwizard bundle for error logging to Sentry
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dropwizard-sentry-2.1.0-6.pom | |
| dropwizard-sentry-2.1.0-6.jar | 18 KB |
| dropwizard-sentry-2.1.0-6-sources.jar | 10 KB |
| dropwizard-sentry-2.1.0-6-javadoc.jar | 436 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-sentry/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sentry</artifactId>
<version>2.1.0-6</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sentry/
implementation 'org.dhatim:dropwizard-sentry:2.1.0-6'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sentry/
implementation ("org.dhatim:dropwizard-sentry:2.1.0-6")
'org.dhatim:dropwizard-sentry:jar:2.1.0-6'
<dependency org="org.dhatim" name="dropwizard-sentry" rev="2.1.0-6">
<artifact name="dropwizard-sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sentry', version='2.1.0-6')
)
libraryDependencies += "org.dhatim" % "dropwizard-sentry" % "2.1.0-6"
[org.dhatim/dropwizard-sentry "2.1.0-6"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 2.1.0 |
| io.sentry : sentry | jar | 6.1.3 |
| io.sentry : sentry-logback | jar | 6.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| io.dropwizard : dropwizard-testing | jar | 2.1.0 |
| org.hamcrest : hamcrest | jar | 2.2 |