MVN

com.jamierf.dropwizard : dropwizard-logging-gelf

Maven & Gradle

Sep 28, 2014
2 stars

Dropwizard logging support for GELF

<dependency>
    <groupId>com.jamierf.dropwizard</groupId>
    <artifactId>dropwizard-logging-gelf</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jamierf.dropwizard : dropwizard-logging-gelf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.jamierf.dropwizard : dropwizard-logging-gelf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
dropwizard-logging-gelf-0.4

How to add a dependency to Maven

Add the following com.jamierf.dropwizard : dropwizard-logging-gelf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jamierf.dropwizard</groupId>
    <artifactId>dropwizard-logging-gelf</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jamierf.dropwizard : dropwizard-logging-gelf gradle dependency to your build.gradle file:

implementation 'com.jamierf.dropwizard:dropwizard-logging-gelf:0.4'

Gradle Kotlin DSL: Add the following com.jamierf.dropwizard : dropwizard-logging-gelf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jamierf.dropwizard:dropwizard-logging-gelf:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jamierf.dropwizard : dropwizard-logging-gelf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jamierf.dropwizard" % "dropwizard-logging-gelf" % "0.4"

Advertisement