Skip to content

Instantly share code, notes, and snippets.

@joschi
Last active August 29, 2015 14:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joschi/184f766a662376da5276 to your computer and use it in GitHub Desktop.
Save joschi/184f766a662376da5276 to your computer and use it in GitHub Desktop.
Dropwizard 3rd Party Addons

Please refer to the official Dropwizard Module Directory for an up-to-date list.

Dropwizard 0.7.x

Name Description License Maven Central
dropwizard-guice Support for Google Guice Apache 2.0 http://mvnrepository.com/artifact/com.hubspot.dropwizard/dropwizard-guice
dropwizard-spring Spring integration for Dropwizard Apache 2.0 http://mvnrepository.com/artifact/com.hmsonline/dropwizard-spring
dropwizard-redirect-bundle A simple bundle for Dropwizard that allows for HTTP redirects http://mvnrepository.com/artifact/com.bazaarvoice.dropwizard/dropwizard-redirect-bundle
dropwizard-webjars-bundle Dropwizard bundle to make working with WebJars easier http://mvnrepository.com/artifact/com.bazaarvoice.dropwizard/dropwizard-webjars-bundle
dropwizard-configurable-assets-bundle Implementation of the AssetBundle allowing user configuration http://mvnrepository.com/artifact/com.bazaarvoice.dropwizard/dropwizard-configurable-assets-bundle
dropwizard-metrics-librato Send metrics from your Dropwizard application to Librato Metrics Apache 2.0 http://mvnrepository.com/artifact/com.librato.metrics/dropwizard-metrics-librato
dropwizard-cassandra Dropwizard support for Cassandra Apache 2.0 http://mvnrepository.com/artifact/org.stuartgunter/dropwizard-cassandra
dropwizard-elasticsearch Support for Elasticsearch Apache 2.0 http://mvnrepository.com/artifact/com.github.joschi/dropwizard-elasticsearch
dropwizard-flyway Flyway for database migrations Apache 2.0 http://mvnrepository.com/artifact/com.github.joschi/dropwizard-flyway
dropwizard-gelf Support for logging to a GELF-enabled server like Graylog2 or logstash Apache 2.0 http://mvnrepository.com/artifact/net.gini.dropwizard/dropwizard-gelf
dropwizardry-guice Sensible Guice support for Dropwizard LGPL3 http://mvnrepository.com/artifact/com.jasonclawson.dropwizardry/dropwizardry-guice
dropwizardry-jersey Make Jersey work better in Dropwizard LGPL3 http://mvnrepository.com/artifact/com.jasonclawson.dropwizardry/dropwizardry-jersey
dropwizardry-config-hocon Enable using HOCON to configure Dropwizard LGPL3 http://mvnrepository.com/artifact/com.jasonclawson.dropwizardry/dropwizardry-config-hocon
dropwizard-auth-ldap Dropwizard Authentication Module for LDAP using JNDI Apache 2.0 http://mvnrepository.com/artifact/com.yammer.dropwizard/dropwizard-auth-ldap
clustermate-dropwizard Support for ClusterMate-based services Apache 2.0 http://mvnrepository.com/artifact/com.fasterxml.clustermate/clustermate-dropwizard
transistore-dropwizard Support for TransiStore Distributed data store Apache 2.0 http://mvnrepository.com/artifact/com.fasterxml.transistore/transistore-dropwizard
ostrich-dropwizard Support for Ostrich (SOA Library) Apache 2.0 http://mvnrepository.com/artifact/com.bazaarvoice.ostrich/ostrich-dropwizard
jimix-dropwizard Support for Jimix (modern JMX web console) Apache 2.0 http://mvnrepository.com/artifact/org.woelker.jimix/jimix-dropwizard
trimou-extension-dropwizard Support for the Trimou templating engine Apache 2.0 http://mvnrepository.com/artifact/org.trimou/trimou-extension-dropwizard

Dropwizard 0.6.x

Name Description License Maven Central
dropwizard-extra-core Some useful additions to Dropwizard that have no external dependencies Apache 2.0 http://mvnrepository.com/artifact/com.datasift.dropwizard/dropwizard-extra-core
dropwizard-extra-zookeeper Dropwizard integration for working with ZooKeeper Apache 2.0 http://mvnrepository.com/artifact/com.datasift.dropwizard/dropwizard-extra-zookeeper
dropwizard-extra-hbase Dropwizard integration for working with HBase in Scala Apache 2.0 http://mvnrepository.com/artifact/com.datasift.dropwizard/dropwizard-extra-hbase
dropwizard-extra-kafka Dropwizard integration for working with Kafka Apache 2.0 http://mvnrepository.com/artifact/com.datasift.dropwizard/dropwizard-extra-kafka
dropwizard-extra-curator Dropwizard integration for working with ZooKeeper using Netflix's Curator client Apache 2.0 http://mvnrepository.com/artifact/com.datasift.dropwizard/dropwizard-extra-curator
dropwizard-extra-scala Improvements to the Scala API for various Dropwizard modules Apache 2.0 http://mvnrepository.com/artifact/com.datasift.dropwizard/dropwizard-extra-scala
dropwizard-testing-integration Utilities for writing Dropwizard integration tests Apache 2.0 http://mvnrepository.com/artifact/com.yammer.dropwizard.testing/dropwizard-testing-integration
dropwizard-quartz Simple Job Scheduler implementation, integrating Guice and Quartz Apache 2.0 http://mvnrepository.com/artifact/com.fiestacabin.dropwizard.quartz/dropwizard-quartz
dropwizard-guice Simple library for using Guice DI in Dropwizard Apache 2.0 http://mvnrepository.com/artifact/com.fiestacabin.dropwizard.guice/dropwizard-guice
Apache 2.0
@tburch
Copy link

tburch commented Jun 26, 2014

I have a couple 0.7.X add-ons I've made for view rendering - https://github.com/tburch/dropwizard-extras

@joschi
Copy link
Author

joschi commented Jun 27, 2014

@tburch Great! Are the artifacts available on Maven Central?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment