is not current version
Last Version 1.1.6

org.kiwiproject:dropwizard-elk-appender 0.10.1

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.10.1
Type

Type

jar

Download dropwizard-elk-appender 0.10.1


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