<dependency>
<groupId>io.dropwizard-bundles</groupId>
<artifactId>dropwizard-configurable-assets-bundle</artifactId>
<version>1.3.5</version>
</dependency>
libraryDependencies += "io.dropwizard-bundles" % "dropwizard-configurable-assets-bundle" % "1.3.5"
@Grapes(
@Grab(group='io.dropwizard-bundles', module='dropwizard-configurable-assets-bundle', version='1.3.5')
)
<dependency org="io.dropwizard-bundles" name="dropwizard-configurable-assets-bundle" rev="1.3.5" />
<parent> <groupId>io.dropwizard-bundles</groupId> <artifactId>parent-pom</artifactId> <version>1.3.5</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-servlets
test
|-- junit:junit
|-- org.assertj:assertj-core:1.7.1
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-servlet