is not current version
Last Version 1.1.5

org.kiwiproject:dropwizard-application-errors 0.5.0

This library provides a simple way to record application-level errors in Dropwizard applications.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

dropwizard-application-errors
Version

Version

0.5.0
Type

Type

jar

Download dropwizard-application-errors 0.5.0


<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-application-errors/ -->
<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>dropwizard-application-errors</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-application-errors/
implementation 'org.kiwiproject:dropwizard-application-errors:0.5.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-application-errors/
implementation ("org.kiwiproject:dropwizard-application-errors:0.5.0")
'org.kiwiproject:dropwizard-application-errors:jar:0.5.0'
<dependency org="org.kiwiproject" name="dropwizard-application-errors" rev="0.5.0">
  <artifact name="dropwizard-application-errors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-application-errors', version='0.5.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-application-errors" % "0.5.0"
[org.kiwiproject/dropwizard-application-errors "0.5.0"]