is not current version
Last Version 1.1.6

org.kiwiproject:dropwizard-elk-appender 0.9.0

Dropwizard Logging Appender to send logging events to the Elastic stack, specifically Logstash.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

dropwizard-elk-appender
Version

Version

0.9.0
Type

Type

jar

Download dropwizard-elk-appender 0.9.0


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