Download dropwizard-configurable-assets-bundle-0.2.2.jar file - Jar d

Jar examples for d:dropwizard-configurable-assets-bundle

Description

An implementation of an AssetBundle for use in Dropwizard that allows user configuration. (forked from https://github.com/dropwizard-bundles/dropwizard-configurable-assets-bundle)Three pull requests are send to the dropwizard-bundles project. This project becomes obsolete when these have been merged into dropwizard-bundles

You can download jar file dropwizard-configurable-assets-bundle 0.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dropwizard-configurable-assets-bundle-0.2.2.jar to your project.

<dependency>
   <groupId>com.bazaarvoice.dropwizard</groupId>
   <artifactId>dropwizard-configurable-assets-bundle</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'com.bazaarvoice.dropwizard', name: 'dropwizard-configurable-assets-bundle', version: '0.2.2'
libraryDependencies += "com.bazaarvoice.dropwizard" % "dropwizard-configurable-assets-bundle" % "0.2.2"
<dependency org="com.bazaarvoice.dropwizard" name="dropwizard-configurable-assets-bundle" rev="0.2.2"/>
@Grapes(@Grab(group='com.bazaarvoice.dropwizard', module='dropwizard-configurable-assets-bundle', version='0.2.2'))
'com.bazaarvoice.dropwizard:dropwizard-configurable-assets-bundle:jar:0.2.2'

Download

Click the following link to download the jar file.

dropwizard-configurable-assets-bundle-0.2.2-javadoc.jar
dropwizard-configurable-assets-bundle-0.2.2-sources.jar
dropwizard-configurable-assets-bundle-0.2.2.jar
dropwizard-configurable-assets-bundle-0.2.2.pom



Related Tutorials