Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.joschi</groupId>
  <artifactId>dropwizard-java8-parent</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.joschi:dropwizard-java8-parent:pom:0.2.0'

Apache Ant

<dependency org="com.github.joschi" name="dropwizard-java8-parent" rev="0.2.0">
  <artifact name="dropwizard-java8-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.joschi', module='dropwizard-java8-parent', version='0.2.0')
)

Grails

compile 'com.github.joschi:dropwizard-java8-parent:0.2.0'

Leiningen

[com.github.joschi/dropwizard-java8-parent "0.2.0"]

SBT

libraryDependencies += "com.github.joschi" %% "dropwizard-java8-parent" % "0.2.0"