is not current version
Last Version 1.1.0

com.wikia:dropwizard-logstash-encoder 1.0.1

Addon for dropwizard to log using the logback-logstash-encoder (see https://github.com/logstash/logstash-logback-encoder)

Categories

Categories

DropWizard Container Microservices Logstash Application Layer Libs Logging
GroupId

GroupId

com.wikia
ArtifactId

ArtifactId

dropwizard-logstash-encoder
Version

Version

1.0.1
Type

Type

jar

Download dropwizard-logstash-encoder 1.0.1


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