Fork me on GitHub

Dependency Information

Apache Maven

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

Apache Buildr

'net.gini.dropwizard:dropwizard-gelf:jar:1.3.0-1'

Apache Ivy

<dependency org="net.gini.dropwizard" name="dropwizard-gelf" rev="1.3.0-1">
  <artifact name="dropwizard-gelf" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.gini.dropwizard', module='dropwizard-gelf', version='1.3.0-1')
)

Gradle/Grails

compile 'net.gini.dropwizard:dropwizard-gelf:1.3.0-1'

Scala SBT

libraryDependencies += "net.gini.dropwizard" % "dropwizard-gelf" % "1.3.0-1"

Leiningen

[net.gini.dropwizard/dropwizard-gelf "1.3.0-1"]