License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.github.knonm |
ArtifactId | ArtifactIddropwizard-sentry |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.knonm:dropwizard-sentry
Dropwizard bundle for error logging to Sentry
|
Project URL |
Project URL |
Filename | Size |
---|---|
dropwizard-sentry-2.2.0.pom | |
dropwizard-sentry-2.2.0.jar | 9 KB |
dropwizard-sentry-2.2.0-sources.jar | 6 KB |
dropwizard-sentry-2.2.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.knonm/dropwizard-sentry/ -->
<dependency>
<groupId>io.github.knonm</groupId>
<artifactId>dropwizard-sentry</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.knonm/dropwizard-sentry/
implementation 'io.github.knonm:dropwizard-sentry:2.2.0'
// https://jarcasting.com/artifacts/io.github.knonm/dropwizard-sentry/
implementation ("io.github.knonm:dropwizard-sentry:2.2.0")
'io.github.knonm:dropwizard-sentry:jar:2.2.0'
<dependency org="io.github.knonm" name="dropwizard-sentry" rev="2.2.0">
<artifact name="dropwizard-sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.knonm', module='dropwizard-sentry', version='2.2.0')
)
libraryDependencies += "io.github.knonm" % "dropwizard-sentry" % "2.2.0"
[io.github.knonm/dropwizard-sentry "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 1.2.2 |
io.sentry : sentry-logback | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.dropwizard : dropwizard-testing | jar | 1.2.2 |