| Categories |
CategoriesDropWizard Container Microservices |
|---|---|
| GroupId | GroupIdio.github.knonm |
| ArtifactId | ArtifactIddropwizard-sentry |
| Version | Version2.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-sentry-2.1.6.pom | |
| dropwizard-sentry-2.1.6.jar | 9 KB |
| dropwizard-sentry-2.1.6-sources.jar | 6 KB |
| dropwizard-sentry-2.1.6-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.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.knonm/dropwizard-sentry/
implementation 'io.github.knonm:dropwizard-sentry:2.1.6'
// https://jarcasting.com/artifacts/io.github.knonm/dropwizard-sentry/
implementation ("io.github.knonm:dropwizard-sentry:2.1.6")
'io.github.knonm:dropwizard-sentry:jar:2.1.6'
<dependency org="io.github.knonm" name="dropwizard-sentry" rev="2.1.6">
<artifact name="dropwizard-sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.knonm', module='dropwizard-sentry', version='2.1.6')
)
libraryDependencies += "io.github.knonm" % "dropwizard-sentry" % "2.1.6"
[io.github.knonm/dropwizard-sentry "2.1.6"]