MVN

net.gini.dropwizard : dropwizard-gelf

Maven & Gradle

Jul 31, 2021
1 usages
52 stars

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

<dependency>
    <groupId>net.gini.dropwizard</groupId>
    <artifactId>dropwizard-gelf</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.gini.dropwizard : dropwizard-gelf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Release Candidate: 0.8.0-rc2

All Versions

Choose a version of net.gini.dropwizard : dropwizard-gelf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
dropwizard-gelf-2.0.1
dropwizard-gelf-2.0.0
1.3.x
dropwizard-gelf-1.3.10-1
dropwizard-gelf-1.3.7-1
dropwizard-gelf-1.3.0-1
1.2.x
dropwizard-gelf-1.2.9-1
dropwizard-gelf-1.2.0-2
dropwizard-gelf-1.2.0-1
1.1.x
dropwizard-gelf-1.1.0-1
1.0.x
dropwizard-gelf-1.0.0-4
dropwizard-gelf-1.0.0-3
dropwizard-gelf-1.0.0-2
dropwizard-gelf-1.0.0-1
0.9.x
dropwizard-gelf-0.9.2-5
dropwizard-gelf-0.9.2-4
dropwizard-gelf-0.9.2-3
dropwizard-gelf-0.9.2-2
dropwizard-gelf-0.9.2-1
dropwizard-gelf-0.9.0-2
dropwizard-gelf-0.9.0-1
0.8.x
dropwizard-gelf-0.8.0-1
dropwizard-gelf-0.8.0-rc2
0.7.x
dropwizard-gelf-0.7.0
0.6.x
dropwizard-gelf-0.6.0
0.5.x
dropwizard-gelf-0.5.0
0.4.x
dropwizard-gelf-0.4.2
dropwizard-gelf-0.4.1
dropwizard-gelf-0.4.0
0.3.x
dropwizard-gelf-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.gini.dropwizard</groupId>
    <artifactId>dropwizard-gelf</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.gini.dropwizard : dropwizard-gelf gradle dependency to your build.gradle file:

implementation 'net.gini.dropwizard:dropwizard-gelf:2.0.1'

Gradle Kotlin DSL: Add the following net.gini.dropwizard : dropwizard-gelf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.gini.dropwizard:dropwizard-gelf:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.gini.dropwizard : dropwizard-gelf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.gini.dropwizard" % "dropwizard-gelf" % "2.0.1"

Advertisement