is not current version
Last Version 0.2

com.smarchive.dropwizard:dropwizard-gelf 0.1

Addon bundle for Dropwizard to support logging to a GELF-enabled server like Graylog2 or logstash

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.smarchive.dropwizard
ArtifactId

ArtifactId

dropwizard-gelf
Version

Version

0.1
Type

Type

jar

Download dropwizard-gelf 0.1


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